Skip to content

Commit a477f69

Browse files
authoredAug 19, 2022
fix: benchmarkExecContext is unused (go-sql-driver#1351)
1 parent 0c62bb2 commit a477f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmark_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func BenchmarkExecContext(b *testing.B) {
314314
defer db.Close()
315315
for _, p := range []int{1, 2, 3, 4} {
316316
b.Run(fmt.Sprintf("%d", p), func(b *testing.B) {
317-
benchmarkQueryContext(b, db, p)
317+
benchmarkExecContext(b, db, p)
318318
})
319319
}
320320
}

0 commit comments

Comments
 (0)
Please sign in to comment.