Mention that the benchmarks are not run by default next to example

This commit is contained in:
Martin Hořeňovský 2022-12-18 21:42:40 +01:00
parent e6ec1c238b
commit 78bb4fda05
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 4 additions and 0 deletions

View File

@ -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.