Benchmarks

fatal: invalid object name 'origin/benchmark-results'.
*No benchmark results available yet.*

Run benchmarks locally and push results to the `benchmark-results` branch:

```bash
julia --project=benchmark benchmark/run.jl
bash benchmark/push_results.sh

```