Current section

Files

Jump to
int_set benchmarks README.md
Raw

benchmarks/README.md

# Benchmarks
Benchmarking `IntSet` against `MapSet`.
## Install
Install the dependencies at the root of the project.
```bash
cd ..
mix deps.get
```
## Usage
```bash
mix run benchmark.exs
```
## Contributing
I'd love contributions to these benchmarks.
See the "Contributing" section of the main README at the root of this project.
## License
Same license as the main project.