Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit f3ef908

Browse files
committed
update benchmark test for limit query
1 parent 4ceb8fe commit f3ef908

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builder_select_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ func randQuery(allowUnion, allowLimit bool) *Builder {
244244
}
245245
}
246246

247+
if allowLimit {
248+
b = randLimit(b)
249+
}
250+
247251
return b
248252
}
249253

0 commit comments

Comments
 (0)