Chore: add benchmark r/w
This commit is contained in:
@ -168,7 +168,7 @@ func Benchmark_Shadowsocks(b *testing.B) {
|
||||
PortBindings: defaultPortBindings,
|
||||
}
|
||||
|
||||
id, err := startContainer(cfg, hostCfg, "ss")
|
||||
id, err := startContainer(cfg, hostCfg, "ss-bench")
|
||||
require.NoError(b, err)
|
||||
|
||||
b.Cleanup(func() {
|
||||
|
Reference in New Issue
Block a user