SQLite

All files named ”test/wordcount.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/wordcount.c

2018-04-19
16:52
[d721a4b6fa] part of check-in [ee1e750baa] Add the --upsert option to the wordcount test program. (check-in: [ee1e750baa] user: drh branch: trunk, size: 23690)
2017-08-28
15:51
[cb589cec46] part of check-in [54b000246c] Remove the rarely-used scratch memory allocator. This makes the code smaller, faster, and easier to maintain. In place of the scratch allocator, add the SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite that large memory allocations should be avoided. (check-in: [54b000246c] user: drh branch: trunk, size: 23074)
2016-12-31
21:55
[06efb84b7c] part of check-in [18baeadfc8] Add the --help and --all options to the wordcount test utility. (check-in: [18baeadfc8] user: drh branch: wordcount-enhancement, size: 23360)
2016-08-01
21:17
[97856eec21] part of check-in [d8ef9f5864] Update the wordcount.c test program and add a new script "time-wordcount.sh" for additional performance testing. (check-in: [d8ef9f5864] user: drh branch: trunk, size: 20360)
2015-10-29
13:48
[2a0a6c0d0e] part of check-in [34eb6911af] Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. (check-in: [34eb6911af] user: drh branch: trunk, size: 19967)
2013-11-26
16:51
[9915e06cb3] part of check-in [6f91dca0de] Fix a possible NULL pointer deference in the wordcount test program. (check-in: [6f91dca0de] user: drh branch: trunk, size: 19920)
2013-11-21
22:02
[800b6ab98a] part of check-in [b9e047b9e3] Slight change to the --timer output on wordcount for better display on windows: Avoid showing the full pathname of the executable. (check-in: [b9e047b9e3] user: drh branch: trunk, size: 19898)
21:40
[6ce4090a90] part of check-in [586c11ed7c] Modify wordcount so that timer information appears on standard error instead of standard output. Rename the run-wordcount.bash script to run-wordcount.sh and simplify it so that it stands a better chance of running on non-GNU systems. (check-in: [586c11ed7c] user: drh branch: trunk, size: 19888)
19:27
[a42341b7a0] part of check-in [a89fdf8755] Add the --timer option to the wordcount test program. (check-in: [a89fdf8755] user: drh branch: trunk, size: 19832)
2013-11-16
15:35
[c80f378f26] part of check-in [7edf39eb93] Fully constraint the ORDER BY on the top-10 line of the --summary output from the wordcount test program. Add the run-wordcount.bash script for running wordcount in various configurations. (check-in: [7edf39eb93] user: drh branch: trunk, size: 18933)
2013-11-15
13:12
[b8872ec44e] part of check-in [5960d11eba] Add the --query option to the wordcount test program. (check-in: [5960d11eba] user: drh branch: trunk, size: 18927)
2013-11-08
00:16
[2c2cc1119d] part of check-in [1d1d13b890] On the --summary output of wordcount, add the a PRAGMA integrity_check and a 64-bit checksum of the entire table. (check-in: [1d1d13b890] user: drh branch: trunk, size: 17764)
2013-11-07
23:23
[f6af51ef16] part of check-in [e938112d31] Add many new options to the wordcount test program: --delete, --pagesize, --cachesize, --commit, --nosync, and --journal. (check-in: [e938112d31] user: drh branch: trunk, size: 16134)
19:43
[c1ed122d6d] part of check-in [8aa21e6791] Add the --stats and --summary options to the wordcount.c test program. (check-in: [8aa21e6791] user: drh branch: trunk, size: 13063)
18:37
Added: [77aaf31e81] part of check-in [f02ee54630] Add the "wordcount.c" test program. (check-in: [f02ee54630] user: drh branch: trunk, size: 11770)