chrsmithdemos / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Benchmark additions and enhancements #238

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've added benchmark drivers for BerkeleyDB, LMDB, Sophia, TokuDB, Basho 
LevelDB, HyperLevelDB, and RocksDB. Also merged a few features from the RocksDB 
source tree. Code is available here https://github.com/hyc/leveldb/tree/benches

Using a unified benchmark framework like this gives us directly comparable 
results for each of these K/V storage engines.

What version of the product are you using? On what operating system?
1.17 Linux

Please provide any additional information below.

Original issue reported on code.google.com by Highland...@gmail.com on 9 Jun 2014 at 10:21

GoogleCodeExporter commented 9 years ago
Just added WiredTiger as well.

Original comment by Highland...@gmail.com on 9 Jun 2014 at 2:13