summaryrefslogtreecommitdiff
path: root/benchmarks/db_bench.cc
Commit message (Expand)AuthorAgeFilesLines
* Support Zstd compression level in Leveldbleveldb Team2023-04-201-2/+15
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-281-41/+68
* Merge pull request #1036 from chjj:benchmark-compressionVictor Costan2022-07-181-0/+8
|\
| * Add compression flag to benchmarks.Christopher Jeffrey2022-06-191-0/+8
|/
* Fix fprintf format string.Chris Mumford2021-02-171-1/+1
* Fix build errors.Victor Costan2021-01-121-2/+2
* Optimize leveldb block seeks to utilize the current iterator location.leveldb Team2021-01-111-34/+134
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-64/+72
* Switch from C headers to C++ headers.Victor Costan2020-04-291-2/+3
* Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-2/+2
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Initialize Stats::start_ before first use in Stats::Start().Chris Mumford2019-05-061-3/+1
* Consolidate benchmark code to benchmarks/.Victor Costan2019-05-051-0/+983