chore: add benchmark r/w

This commit is contained in:
Dreamacro
2022-05-23 12:27:34 +08:00
committed by 世界
parent 7079116aa8
commit 220ef9e2e2
4 changed files with 29 additions and 11 deletions

View File

@@ -167,7 +167,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() {