https://github.com/dicedb/membench
Tool to benchmark various in-mem databases for various operations.
https://github.com/dicedb/membench
Last synced: over 1 year ago
JSON representation
Tool to benchmark various in-mem databases for various operations.
- Host: GitHub
- URL: https://github.com/dicedb/membench
- Owner: DiceDB
- License: bsd-3-clause
- Created: 2025-03-04T04:04:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-04T15:32:29.000Z (over 1 year ago)
- Last Synced: 2025-03-04T16:36:30.223Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
membench
===
Membench is the tool to benchmark various in-mem databases for various operations.
1. make sure you have a running instance of Redis
```
$ docker start redis-server || docker run --name redis-server -d -p 6379:6379 redis
```
2. execute the following comamnd
```
$ make run-redis
```