Lines Matching refs:runtest
10 proc runtest {title} { procedure
135 runtest {1000 INSERTs}
148 runtest {25000 INSERTs in a transaction}
159 runtest {100 SELECTs without an index}
168 runtest {100 SELECTs on a string comparison}
176 runtest {Creating an index}
187 runtest {5000 SELECTs with an index}
200 runtest {1000 UPDATEs without an index}
212 runtest {25000 UPDATEs with an index}
223 runtest {25000 text UPDATEs with an index}
233 runtest {INSERTs from a SELECT}
240 runtest {DELETE without an index}
247 runtest {DELETE with an index}
254 runtest {A big INSERT after a big DELETE}
267 runtest {A big DELETE followed by many small INSERTs}
275 runtest {DROP TABLE}