Skip to content

johnsonjh/jleveldb-bench

This branch is 85 commits ahead of rjl493456442/goleveldb-bench:master.

Folders and files

NameName
Last commit message
Last commit date
May 12, 2021
May 28, 2020
May 28, 2020
May 11, 2021
May 12, 2021
Mar 13, 2025
Mar 13, 2025
May 12, 2021
Mar 23, 2023
May 28, 2020
May 28, 2020
May 28, 2020
May 28, 2020

Repository files navigation

jleveldb-bench

jleveldb-bench tests jleveldb performance.

Installation

  • go install -a -v ./...

Operation

  • Run with ldb-writebench:

    • mkdir datasets/mymachine-10gb
    • ldb-writebench -size 10gb -logdir datasets/mymachine-10gb -test nobatch,batch-100kb
  • Plot the result with ldb-benchplot:

    • ldb-benchplot -out 10gb.svg datasets/mymachine-10gb/*.json
  • Databases are left on disk for inspection. You can remove them using:

    • rm -r jtestdb-*

About

jleveldb-bench: GoLevelDB-Bench for JLevelDB (forked from https://github.com/rjl493456442/goleveldb-bench)

Topics

Resources

Stars

Watchers

Forks

Languages

  • Go 100.0%