0010.test at tip

Not logged in

File not-fork.d/sqlite3/benchmark/0010.test from the latest check-in


set d1000 [expr $options(DATASIZE_W) * 1000]
set name "$d1000 INSERTs"

for {set i 1} {$i<=$d1000} {incr i} {
  set r [expr {int(rand()*100000)}]
  append sql "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');\n"
}