1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Enhance speedtest1 to display the particular version of SQLite under test.

FossilOrigin-Name: 0cb728c15c66f1bf09cc1e0731a95ba937c6c71c
This commit is contained in:
drh
2016-02-19 16:19:23 +00:00
parent e1ee002891
commit b719e3a747
3 changed files with 10 additions and 7 deletions

View File

@ -1196,6 +1196,9 @@ int main(int argc, char **argv){
int i; /* Loop counter */
int rc; /* API return code */
/* Display the version of SQLite being tested */
printf("Speedtest1 for SQLite %s %.50s\n", sqlite3_libversion(), sqlite3_sourceid());
/* Process command-line arguments */
g.zWR = "";
g.zNN = "";