mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 13:56:11 +01:00
Mention that the benchmarks are not run by default next to example
This commit is contained in:
parent
e6ec1c238b
commit
78bb4fda05
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user