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

@ -371,7 +371,7 @@ func Benchmark_Vmess(b *testing.B) {
Binds: []string{fmt.Sprintf("%s:/etc/v2ray/config.json", configPath)},
}
id, err := startContainer(cfg, hostCfg, "vmess-aead")
id, err := startContainer(cfg, hostCfg, "vmess-bench")
require.NoError(b, err)
b.Cleanup(func() {