good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit e1373eb3 authored by a's avatar a
Browse files

no more

parent 68ae0c63
No related branches found
No related tags found
No related merge requests found
Pipeline #30117 passed with stage
in 3 minutes and 51 seconds
......@@ -39,11 +39,9 @@ func runBenchmarkSuite(b *testing.B, sm jrpctest.ServerMaker) {
}
makeBench("SingleClient", func(b *testing.B, server *server.Server, client codec.Conn) {
for i := 0; i < b.N; i++ {
for j := 0; j < 100; j++ {
err := client.Do(ctx, nil, "test_ping", nil)
if err != nil {
panic(err)
}
err := client.Do(ctx, nil, "test_ping", nil)
if err != nil {
panic(err)
}
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment