Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yordis/eventstores_bench
https://github.com/yordis/eventstores_bench
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yordis/eventstores_bench
- Owner: yordis
- Created: 2024-06-14T07:07:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T14:57:48.000Z (4 months ago)
- Last Synced: 2024-10-10T23:56:52.448Z (29 days ago)
- Language: Elixir
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventstoresBench
A benchmark comparing multiple Production-Ready Event Stores.
- https://hex.pm/packages/eventstore
- https://hex.pm/packages/spear## How-To
### Run the benchmark
```bash
mix run -e "AppendBench.run()"
mix run -e "ReadBench.run()"
mix run -e "SubscribeBench.run()"
```