From 78bb4fda05b2fdb2c951b005b8e142410362ea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 18 Dec 2022 21:42:40 +0100 Subject: [PATCH] Mention that the benchmarks are not run by default next to example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a275f7de..3ea54a5d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ TEST_CASE("Benchmark Fibonacci", "[!benchmark]") { } ``` +_Note that benchmarks are not run by default, so you need to run it explicitly +with the `[!benchmark]` tag._ + + ## Catch2 v3 has been released! You are on the `devel` branch, where the v3 version is being developed.