Skip to content

sheki/rocksiterbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rocks Benchmark to find out number of iterators supported #Building Checkout RocksDB and run make shared_lib

$ cd $HOME/rocksdb # assuming rocks is here
$ make shared_lib
$ CGO_CFLAGS="-I/$HOME/rocksdb/include" CGO_LDFLAGS="-L/$HOME/rocksdb" \
  go install --ldflags '-extldflags "-lrt -static"'  \
  -a  github.com/sheki/rocksiterbench/cmd/rocksiterbench

About

A rocksdb benchmark to find range scans.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages