2
0

Add zero contention benchmark

This commit is contained in:
Jack Christensen
2020-01-25 17:06:07 -06:00
parent 7a19223011
commit ead2ce143f
+1
View File
@@ -679,6 +679,7 @@ func BenchmarkPoolAcquireAndRelease(b *testing.B) {
clientCount int
cancellable bool
}{
{8, 1, false},
{8, 2, false},
{8, 8, false},
{8, 32, false},