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

Side by Side Diff: third_party/sqlite/sqlite-src-3080704/tool/speedtest8inst1.c

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 /* 1 /*
2 ** Performance test for SQLite. 2 ** Performance test for SQLite.
3 ** 3 **
4 ** This program reads ASCII text from a file named on the command-line 4 ** This program reads ASCII text from a file named on the command-line
5 ** and submits that text to SQLite for evaluation. A new database 5 ** and submits that text to SQLite for evaluation. A new database
6 ** is created at the beginning of the program. All statements are 6 ** is created at the beginning of the program. All statements are
7 ** timed using the high-resolution timer built into Intel-class processors. 7 ** timed using the high-resolution timer built into Intel-class processors.
8 ** 8 **
9 ** To compile this program, first compile the SQLite library separately 9 ** To compile this program, first compile the SQLite library separately
10 ** will full optimizations. For example: 10 ** will full optimizations. For example:
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 } 207 }
208 } 208 }
209 209
210 sqlite3_instvfs_destroy(pInstVfs); 210 sqlite3_instvfs_destroy(pInstVfs);
211 return 0; 211 return 0;
212 212
213 usage: 213 usage:
214 fprintf(stderr, zUsageMsg, argv[0]); 214 fprintf(stderr, zUsageMsg, argv[0]);
215 return -3; 215 return -3;
216 } 216 }
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/tool/speedtest8.c ('k') | third_party/sqlite/sqlite-src-3080704/tool/split-sqlite3c.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698