Add the experimental benchmark feature in documentation

This commit is contained in:
Martin Hořeňovský 2017-08-27 16:47:25 +02:00
parent 8f6d6a4a2d
commit a0988dabf6
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ All tag names beginning with non-alphanumeric characters are reserved by Catch.
* `[@<alias>]` - tag aliases all begin with `@` (see below).
* `[!benchmark]` - this test case is actually a benchmark. This is an experimental feature, and currently has no documentation. If you want to try it out, look at `projects/SelfTest/Benchmark.tests.cpp` for details.
## Tag aliases
Between tag expressions and wildcarded test names (as well as combinations of the two) quite complex patterns can be constructed to direct which test cases are run. If a complex pattern is used often it is convenient to be able to create an alias for the expression. this can be done, in code, using the following form: