Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created April 24, 2015 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/0913fd907eae49034f0a to your computer and use it in GitHub Desktop.
Save mdcallag/0913fd907eae49034f0a to your computer and use it in GitHub Desktop.
./db_bench --benchmarks=fillseq --use_existing_db=0 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=1 --seed=1429748618
./db_bench --benchmarks=overwrite --use_existing_db=1 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=1 --seed=1429748625
./db_bench --benchmarks=readwhilewriting --use_existing_db=1 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=1 --writes_per_second=1000 --seed=1429748674
./db_bench --benchmarks=readwhilewriting --use_existing_db=1 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=16 --writes_per_second=1000 --seed=1429748690
./db_bench --benchmarks=readrandom --use_existing_db=1 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=1 --seed=1429748725
./db_bench --benchmarks=readrandom --use_existing_db=1 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=16 --seed=1429748736
./db_bench --benchmarks=overwrite --use_existing_db=1 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=1 --seed=1429748761
./db_bench --benchmarks=overwrite --use_existing_db=1 --sync=0 --db=ldb --num=1048576 --value_size=800 --cache_size=34359738368 --compression_ratio=0.5 --write_buffer_size=2097152 --histogram=1 --bloom_bits=10 --open_files=20480 --threads=16 --seed=1429748804
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment