Skip to content

Commit 78bb4fd

Browse files
committed
Mention that the benchmarks are not run by default next to example
1 parent e6ec1c2 commit 78bb4fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ TEST_CASE("Benchmark Fibonacci", "[!benchmark]") {
6565
}
6666
```
6767

68+
_Note that benchmarks are not run by default, so you need to run it explicitly
69+
with the `[!benchmark]` tag._
70+
71+
6872
## Catch2 v3 has been released!
6973

7074
You are on the `devel` branch, where the v3 version is being developed.

0 commit comments

Comments
 (0)