aboutsummaryrefslogtreecommitdiff
path: root/tests/sqlite/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sqlite/benchmark.c')
-rw-r--r--tests/sqlite/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sqlite/benchmark.c b/tests/sqlite/benchmark.c
index 5618d388..f33c7c2f 100644
--- a/tests/sqlite/benchmark.c
+++ b/tests/sqlite/benchmark.c
@@ -81,7 +81,7 @@ int main(){
RUN("BEGIN;");
// 25000 INSERTs in a transaction
- for (i = 0; i < 5; i++) {
+ for (i = 0; i < 78; i++) {
RUN("INSERT INTO t1 VALUES(1,12345,'one 1 one 1 one 1');");
RUN("INSERT INTO t1 VALUES(2,23422,'two two two two');");
RUN("INSERT INTO t1 VALUES(3,31233,'three three 33333333333 three');");