https://github.com/nervosnetwork/rust-kvstore-bench
https://github.com/nervosnetwork/rust-kvstore-bench
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervosnetwork/rust-kvstore-bench
- Owner: nervosnetwork
- Created: 2019-03-14T10:30:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T05:32:40.000Z (over 6 years ago)
- Last Synced: 2025-03-25T21:39:17.522Z (over 1 year ago)
- Language: Rust
- Size: 73.2 KB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocksdb v.s Lmdb v.s Sled
https://github.com/rust-rocksdb/rust-rocksdb
https://github.com/AltSysrq/lmdb-zero
https://github.com/spacejam/sled
## Usage
bench 30000 times write and 5000 times random read with 4KB value:
```
cargo build --release
./example-bench.sh 4096 30000 5000
```