Skip to content

Commit

Permalink
fix: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
祝黄清 committed Nov 23, 2022
1 parent 2af1ff7 commit fd8663c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (

func BenchmarkSIID_MySQL(b *testing.B) {
initBenchmark()
bd := New(mysqlDriverName,
bd := New(mysqlDriverName, NewConfig(
WithDevelopment(false),
WithEnableMonitor(false),
WithMaxQuantum(900000),
WithMaxQuantum(900000)),
)
if err := bd.Prepare(context.Background()); err != nil {
b.Fatal(err)
Expand Down

0 comments on commit fd8663c

Please sign in to comment.