Skip to content

Commit

Permalink
pglock: remove unnecessary benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Oct 26, 2022
1 parent 8e8873e commit 395ab43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1081,9 +1081,3 @@ func parallelAcquire(t testing.TB, maxConcurrency int) {
func TestParallelAcquire(t *testing.T) {
parallelAcquire(t, 100)
}

func BenchmarkParallelAcquire(b *testing.B) {
for i := 0; i < b.N; i++ {
parallelAcquire(b, i)
}
}

0 comments on commit 395ab43

Please sign in to comment.