From be936d7ad1d4a5bdf047e18aac7dca4321485782 Mon Sep 17 00:00:00 2001 From: Aart Bik Date: Tue, 18 Jun 2024 13:48:34 -0700 Subject: [PATCH] [mpact][compiler] Add top level link to benchmarks in README (#43) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e824e1c..10e27b7 100644 --- a/README.md +++ b/README.md @@ -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