diff options
author | drh <drh@noemail.net> | 2008-07-30 13:15:46 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2008-07-30 13:15:46 +0000 |
commit | d63bd759876629b89c8051a4f28a52c75a99833b (patch) | |
tree | d1df45ab44f6a9f827d2465dfd30f208290a488a /test/speed1.test | |
parent | dab898f8e46d5831744be21e92194ee982eb8e77 (diff) | |
download | sqlite-d63bd759876629b89c8051a4f28a52c75a99833b.tar.gz sqlite-d63bd759876629b89c8051a4f28a52c75a99833b.zip |
Make sure everything is deallocated before calling sqlite3_shutdown().
Ticket #3259. (CVS 5501)
FossilOrigin-Name: 4a6ee88697ddc28e0c7df1954d1526de18191827
Diffstat (limited to 'test/speed1.test')
-rw-r--r-- | test/speed1.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/speed1.test b/test/speed1.test index 5fab54f36..8fec75971 100644 --- a/test/speed1.test +++ b/test/speed1.test @@ -11,13 +11,13 @@ # This file implements regression tests for SQLite library. The # focus of this script is measuring executing speed. # -# $Id: speed1.test,v 1.8 2008/07/29 14:29:07 drh Exp $ +# $Id: speed1.test,v 1.9 2008/07/30 13:15:46 drh Exp $ # sqlite3_shutdown -sqlite3_config_scratch 29000 1 +#sqlite3_config_scratch 29000 1 sqlite3_config_lookaside 1000 300 -sqlite3_config_pagecache 1024 10000 +#sqlite3_config_pagecache 1024 10000 set testdir [file dirname $argv0] source $testdir/tester.tcl speed_trial_init speed1 |