Chore: add benchmark r/w
This commit is contained in:
@ -372,7 +372,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() {
|
||||
|
Reference in New Issue
Block a user