aboutsummaryrefslogtreecommitdiff
path: root/tests/sqlite
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-13 10:29:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-13 10:29:47 -0700
commit0bd01fc7820b4ef44f16a2a7dc38bdac2097a335 (patch)
tree37c3bdc02719ccd81051ac613e1c86a852c6ed0e /tests/sqlite
parentd2a5ea9e13a1830a478cee86ed79f58a98491083 (diff)
improve sqlite test
Diffstat (limited to 'tests/sqlite')
-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 f33c7c2f..e354ea1a 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 < 78; i++) {
+ for (i = 0; i < 5000; 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');");