Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akrylysov/pogreb-bench
- Owner: akrylysov
- License: apache-2.0
- Created: 2018-01-07T00:06:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T18:27:44.000Z (5 months ago)
- Last Synced: 2024-10-10T17:24:10.787Z (about 1 month ago)
- Topics: benchmark, go, key-value, pogreb
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 11
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)