index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
kvtest.c
Commit message (
Expand
)
Author
Age
*
Fix harmless typo in a comment.
drh
2023-06-15
*
Extend the refactoring into extensions. Clean up stray newlines.
drh
2020-06-19
*
Fix a harmless compiler warning in the kvtest.exe program.
drh
2018-03-28
*
Fix utility compilation issues with MSVC.
mistachkin
2018-03-07
*
Remove the rarely-used scratch memory allocator. This makes the code smaller,
drh
2017-08-28
*
Fix a subtle bug in the remember UDF of the kvtest.exe utility program.
drh
2017-06-05
*
For the kvtest utility, add the --vacuum option to "kvtest stat" and also
drh
2017-06-05
*
Fix the SQLITE_PTR_TO_INT macro so that works on recent versions of LLVM on
drh
2017-06-03
*
Remove unused header file from kvtest.
drh
2017-06-03
*
In kvtest, add the ability to work with a hierarchy of files on disk,
drh
2017-06-03
*
Add the --nocheckpoint and --multitrans options to kvtest.
drh
2017-06-03
*
Add the --fsync flag to kvtest, and document the --nosync flag.
drh
2017-06-02
*
Work toward enhancing kvtest to measure write performance.
drh
2017-06-02
*
Fix harmless compiler warnings in kvtest.c
drh
2017-02-07
*
Fix a bug in kvtest causing "init --variance 0" runs to generate single byte
dan
2017-02-06
*
Add the "stat" command to kvtest.c. Also add the --variance option to the
drh
2017-01-31
*
Enhancements to the kvtest utility program. Add the --jmode option.
drh
2017-01-26
*
Document the --mmap option in the --help screen for kvtest. Enhance kvtest so
drh
2017-01-23
*
Add the --mmap option to the kvtest utility program.
drh
2017-01-23
*
Fix an initialized variable in kvtest.
drh
2017-01-22
*
In the kvtest.c test utility, reuse the buffer into which blobs are read,
drh
2017-01-21
*
Fix a typo in the help message for kvtest.
dan
2017-01-20
*
Add option "--stats" to test program kvtest. Specifying --stats causes kvtest
dan
2017-01-20
*
In kvtest.c, use stat() instead of fseek()/ftell() to determine the size of
drh
2016-12-29
*
Add more detail to the header command to further explain how to compile and
drh
2016-12-29
*
Fix kvtest.c so that it compiles using MSVC.
drh
2016-12-29
*
In kvtest.c: do not show the --cache-size setting on fopen() runs.
drh
2016-12-29
*
Improvements to the kvtest.c utility. Added the --cache-size option.
drh
2016-12-29
*
Add the kvtest.c test program for measuring key/value read performance under
drh
2016-12-29