Skip to content

Commit

Permalink
Mention that the benchmarks are not run by default next to example
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Dec 18, 2022
1 parent e6ec1c2 commit 78bb4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 78bb4fd

@yoowonsuk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@horenmar
Could you explain how to make it explicitly with the tag?
It would work properly without exclamation mark.

Please sign in to comment.