Commit 94ece4c2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4a441ff2
...@@ -556,10 +556,12 @@ func BenchmarkGetObjectNetPipeParallel(b *testing.B) { ...@@ -556,10 +556,12 @@ func BenchmarkGetObjectNetPipeParallel(b *testing.B) {
func BenchmarkGetObjectTCPlo(b *testing.B) { func BenchmarkGetObjectTCPlo(b *testing.B) {
net := xnet.NetPlain("tcp") net := xnet.NetPlain("tcp")
defer net.Close()
benchmarkGetObjectSerial(b, net, net, net) benchmarkGetObjectSerial(b, net, net, net)
} }
func BenchmarkGetObjectTCPloParallel(b *testing.B) { func BenchmarkGetObjectTCPloParallel(b *testing.B) {
net := xnet.NetPlain("tcp") net := xnet.NetPlain("tcp")
defer net.Close()
benchmarkGetObjectParallel(b, net, net, net) benchmarkGetObjectParallel(b, net, net, net)
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment