Skip to content

Commit

Permalink
[mpact][compiler] Add top level link to benchmarks in README (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
aartbik authored Jun 18, 2024
1 parent 77c78f4 commit be936d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Run the following to ensure the MPACT compiler builds and runs correctly.
cmake --build build --target check-mpact
```

And the following to run all benchmarks
(see [Benchmarks](benchmark/README.md) for more details).

```shell
cmake --build build --target benchmark-mpact
```

## Notes

Expand Down

0 comments on commit be936d7

Please sign in to comment.