aboutsummaryrefslogtreecommitdiff
path: root/test/kvtest.c
Commit message (Expand)AuthorAge
* Fix harmless typo in a comment.drh2023-06-15
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
* Fix a harmless compiler warning in the kvtest.exe program.drh2018-03-28
* Fix utility compilation issues with MSVC.mistachkin2018-03-07
* Remove the rarely-used scratch memory allocator. This makes the code smaller,drh2017-08-28
* Fix a subtle bug in the remember UDF of the kvtest.exe utility program.drh2017-06-05
* For the kvtest utility, add the --vacuum option to "kvtest stat" and alsodrh2017-06-05
* Fix the SQLITE_PTR_TO_INT macro so that works on recent versions of LLVM ondrh2017-06-03
* Remove unused header file from kvtest.drh2017-06-03
* In kvtest, add the ability to work with a hierarchy of files on disk,drh2017-06-03
* Add the --nocheckpoint and --multitrans options to kvtest.drh2017-06-03
* Add the --fsync flag to kvtest, and document the --nosync flag.drh2017-06-02
* Work toward enhancing kvtest to measure write performance.drh2017-06-02
* Fix harmless compiler warnings in kvtest.cdrh2017-02-07
* Fix a bug in kvtest causing "init --variance 0" runs to generate single bytedan2017-02-06
* Add the "stat" command to kvtest.c. Also add the --variance option to thedrh2017-01-31
* Enhancements to the kvtest utility program. Add the --jmode option. drh2017-01-26
* Document the --mmap option in the --help screen for kvtest. Enhance kvtest sodrh2017-01-23
* Add the --mmap option to the kvtest utility program.drh2017-01-23
* Fix an initialized variable in kvtest.drh2017-01-22
* In the kvtest.c test utility, reuse the buffer into which blobs are read,drh2017-01-21
* Fix a typo in the help message for kvtest.dan2017-01-20
* Add option "--stats" to test program kvtest. Specifying --stats causes kvtestdan2017-01-20
* In kvtest.c, use stat() instead of fseek()/ftell() to determine the size ofdrh2016-12-29
* Add more detail to the header command to further explain how to compile anddrh2016-12-29
* Fix kvtest.c so that it compiles using MSVC.drh2016-12-29
* In kvtest.c: do not show the --cache-size setting on fopen() runs.drh2016-12-29
* Improvements to the kvtest.c utility. Added the --cache-size option.drh2016-12-29
* Add the kvtest.c test program for measuring key/value read performance underdrh2016-12-29