Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yordis/eventstores_bench


https://github.com/yordis/eventstores_bench

Last synced: 7 days ago
JSON representation

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()"
```