Skip to content

Commit

Permalink
fix: benchmarkExecContext is unused (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 19, 2022
1 parent 0c62bb2 commit a477f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_test.go
Expand Up @@ -314,7 +314,7 @@ func BenchmarkExecContext(b *testing.B) {
defer db.Close()
for _, p := range []int{1, 2, 3, 4} {
b.Run(fmt.Sprintf("%d", p), func(b *testing.B) {
benchmarkQueryContext(b, db, p)
benchmarkExecContext(b, db, p)
})
}
}
Expand Down

0 comments on commit a477f69

Please sign in to comment.