mirror of
https://github.com/ii64/sonic.git
synced 2026-06-21 00:46:43 +08:00
* test: add generic benchmark * test: add ci * chore: adjust generic benchmark variable name * ci: fix compare bug in bench.py * build: adjust CI yaml * test: use sonic.Config * chore: generic test * test: add interface type bench Co-authored-by: liuqiang <liuqiang.06@bytedance.com> Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
21 lines
685 B
Modula-2
21 lines
685 B
Modula-2
module github.com/bytedance/sonic/generic_test
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.0.0
|
|
github.com/go-json-experiment/json v0.0.0-20220603215908-554802c1e539
|
|
github.com/goccy/go-json v0.9.4
|
|
github.com/json-iterator/go v1.1.12
|
|
)
|
|
|
|
require (
|
|
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
)
|
|
|
|
replace github.com/bytedance/sonic => ../.
|