From a6d59b62b2c2054e892fc62be66b3f5045ca8c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 15 Jul 2022 19:49:21 +0200 Subject: [PATCH] Remove obsolete link to benchmarking tests The benchmarking feature is now documented, so there is no need to direct our users towards our test file to understand how it works. Closes #2471 --- docs/test-cases-and-sections.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index d42b9a23..613bbd14 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -72,7 +72,8 @@ All tag names beginning with non-alphanumeric characters are reserved by Catch. * `[@]` - 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. +* `[!benchmark]` - this test case is actually a benchmark. Currently this only serves to hide the test case by default, to avoid the execution time costs. + ## Tag aliases