Files
Catch2/benchmarks/discover_tests/listing_template.json
T
Martin Hořeňovský 4cde128517 JSONReporter considers verbosity when listing tests
* Quiet verbosity provides just the test names
* Normal verbosity adds tags
* High verbosity add the source location of the tests

Listing tests with the quiet verbosity results in about 1/4 of the
previous output, which leads to measurably faster execution of
`catch_discover_tests` when it does not need tags for labels.
(If it does need tags, the output is about 1/2 of previous).
2026-08-08 00:05:18 +02:00

86 lines
1.6 KiB
JSON

{
"version": 2,
"metadata": {
"name": "benchmark-template",
"catch2-version": "3.15.2"
},
"listings": {
"tests": [
{
"name": "Comparing function pointers",
"tags": [
"function pointer",
"Tricky"
]
},
{
"name": "Testing checked-if 4",
"tags": [
"!shouldfail",
"checked-if"
]
},
{
"name": "count_equidistant_floats - double",
"tags": [
"approvals",
"distance",
"floating-point"
]
},
{
"name": "Usage of AllTrue range matcher",
"tags": [
"matchers",
"quantifiers",
"templated"
]
},
{
"name": "Exception matchers that succeed",
"tags": [
"!throws",
"exceptions",
"matchers"
]
},
{
"name": "A TEMPLATE_TEST_CASE_METHOD based test run that succeeds - float",
"class-name": "Template_Fixture",
"tags": [
"class",
"template"
]
},
{
"name": "Approximate PI",
"tags": [
"Approx",
"PI"
]
},
{
"name": "TextFlow::Column respects width setting",
"tags": [
"approvals",
"column",
"TextFlow"
]
},
{
"name": "Generators internals",
"tags": [
"generators",
"internals"
]
},
{
"name": "Mayfail test case with nested sections",
"tags": [
"!mayfail"
]
}
]
}
}