Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akrylysov/pogreb-bench

Key-value store benchmarking tool
https://github.com/akrylysov/pogreb-bench

benchmark go key-value pogreb

Last synced: 17 days ago
JSON representation

Key-value store benchmarking tool

Awesome Lists containing this project

README

        

pogreb-bench
============

pogreb-bench is a Go key-value store benchmarking tool. It measures the performance of random inserts and random point lookups.

Supported key-value stores:

- [badger](https://github.com/dgraph-io/badger)
- [bitcask](https://git.mills.io/prologic/bitcask)
- [bbolt](https://github.com/etcd-io/bbolt)
- [goleveldb](https://github.com/syndtr/goleveldb)
- [pogreb](https://github.com/akrylysov/pogreb)