Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/tool/soak1.tcl

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/usr/bin/tclsh 1 #!/usr/bin/tclsh
2 # 2 #
3 # Usage: 3 # Usage:
4 # 4 #
5 # tclsh soak1.tcl local-makefile.mk ?target? ?scenario? 5 # tclsh soak1.tcl local-makefile.mk ?target? ?scenario?
6 # 6 #
7 # This generates many variations on local-makefile.mk (by modifing 7 # This generates many variations on local-makefile.mk (by modifing
8 # the OPT = lines) and runs them will fulltest, one by one. The 8 # the OPT = lines) and runs them will fulltest, one by one. The
9 # constructed makefiles are named "soak1.mk". 9 # constructed makefiles are named "soak1.mk".
10 # 10 #
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 scenario 4 {Small-Cache} { 94 scenario 4 {Small-Cache} {
95 SQLITE_DEBUG=1 SQLITE_MEMDEBUG=1 95 SQLITE_DEBUG=1 SQLITE_MEMDEBUG=1
96 SQLITE_THREADSAFE=1 SQLITE_OS_UNIX=1 96 SQLITE_THREADSAFE=1 SQLITE_OS_UNIX=1
97 SQLITE_DEFAULT_AUTOVACUUM=1 97 SQLITE_DEFAULT_AUTOVACUUM=1
98 SQLITE_DEFAULT_PAGE_SIZE=1024 98 SQLITE_DEFAULT_PAGE_SIZE=1024
99 SQLITE_MAX_PAGE_SIZE=2048 99 SQLITE_MAX_PAGE_SIZE=2048
100 SQLITE_DEFAULT_CACHE_SIZE=13 100 SQLITE_DEFAULT_CACHE_SIZE=13
101 SQLITE_DEFAULT_TEMP_CACHE_SIZE=11 101 SQLITE_DEFAULT_TEMP_CACHE_SIZE=11
102 SQLITE_TEMP_STORE=1 102 SQLITE_TEMP_STORE=1
103 } 103 }
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/tool/showwal.c ('k') | third_party/sqlite/sqlite-src-3080704/tool/space_used.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698