summaryrefslogtreecommitdiff
path: root/benchmarks
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
|/
* Extract benchmark from db_test.cc.Victor Costan2021-12-291-0/+92
* 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-293-156/+176
* Switch from C headers to C++ headers.Victor Costan2020-04-293-6/+9
* 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-093-4/+4
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Add WITHOUT ROWID to SQLite benchmark.Victor Costan2019-12-021-0/+7
* Initialize Stats::start_ before first use in Stats::Start().Chris Mumford2019-05-061-3/+1
* Consolidate benchmark code to benchmarks/.Victor Costan2019-05-053-0/+2219