Skip to content

Commit

Permalink
chore: drop dependency on kitex (#54)
Browse files Browse the repository at this point in the history
* chore: drop dependency on kitex

* update CI

* chore
  • Loading branch information
AsterDY authored Jun 6, 2024
1 parent 8e81853 commit 6c0a5cc
Show file tree
Hide file tree
Showing 29 changed files with 1,717 additions and 229 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/benchmark-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@ jobs:
- name: Testdata
run: |
go get -t github.com/cloudwego/dynamicgo/testdata
go get github.com/json-iterator/go@latest
go get github.com/thrift-iterator/go@latest
go get github.com/cloudwego/kitex/pkg/remote/codec/thrift@latest
go get github.com/cloudwego/kitex/pkg/generic@latest
go get github.com/cloudwego/kitex/pkg/retry@latest
go get github.com/cloudwego/frugal@latest
go test -race github.com/cloudwego/dynamicgo/testdata
cd testdata/test
go test -race -v ./...
- name: Benchmark sonic
run: |
go test -benchmem -run=^$ -bench . github.com/cloudwego/dynamicgo/testdata
cd testdata/test
go test -benchmem -run=^$ -bench .
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ go 1.16

require (
github.com/apache/thrift v0.13.0
github.com/bytedance/sonic v1.11.8-0.20240523084635-eecfc904bfc9
github.com/bytedance/sonic v1.11.8
github.com/bytedance/sonic/loader v0.1.1
github.com/cloudwego/base64x v0.1.4
github.com/cloudwego/fastpb v0.0.4
github.com/cloudwego/kitex v0.9.3-rc2
github.com/cloudwego/thriftgo v0.3.6
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/fatih/structtag v1.2.0
Expand Down
196 changes: 10 additions & 186 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 6c0a5cc

Please sign in to comment.