Chore: add benchmark r/w
This commit is contained in:
@ -151,7 +151,7 @@ func Benchmark_Snell(b *testing.B) {
|
||||
Binds: []string{fmt.Sprintf("%s:/config.conf", C.Path.Resolve("snell-http.conf"))},
|
||||
}
|
||||
|
||||
id, err := startContainer(cfg, hostCfg, "snell-http")
|
||||
id, err := startContainer(cfg, hostCfg, "snell-bench")
|
||||
require.NoError(b, err)
|
||||
|
||||
b.Cleanup(func() {
|
||||
|
Reference in New Issue
Block a user