Skip to content

Commit

Permalink
chore: brought back benchmark doc on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Aug 25, 2024
1 parent 7369b9c commit 5cf2b24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ The project adheres to [Semantic Versioning](https://semver.org) and [Convention
- [Static Provider Setup](#static-provider-setup)
- [Contribution](#contribution)
- [Test \& Linter](#test--linter)
- [Benchmark](#benchmark)

## Design Principles

Expand Down Expand Up @@ -626,3 +627,10 @@ Prior to submitting a [pull request](https://help.github.com/articles/using-pull
```bash
earthly +test
```

## Benchmark

One can run the benchmark test from the [bench package](./bench):

- `make bench` to run the benchmark
- `make bench-stats` to see the benchmark stats

0 comments on commit 5cf2b24

Please sign in to comment.