Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created June 23, 2017 21:10
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/ca1da5f7a34a64c0e14359a113ef21e1 to your computer and use it in GitHub Desktop.
Save mdcallag/ca1da5f7a34a64c0e14359a113ef21e1 to your computer and use it in GitHub Desktop.
./db_bench --benchmarks=fillseq --num=$1 --db=./ldb --statistics=$3 --stats_per_interval=0 --stats_interval_seconds=10 --cache_size=10737418240 --disable_wal=1 --compression_type=none --threads=1 --level_compaction_dynamic_level_bytes=1 --max_background_compactions=8 --max_background_flushes=3 --max_write_buffer_number=4 --write_buffer_size=33554432 --bytes_per_sync=4194304 --max_bytes_for_level_base=134217728 --memtablerep=$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment