#include <benchmark/benchmark.h>
#include "Headers/DataHeader.h"
#include "Framework/DataDescriptorMatcher.h"
Go to the source code of this file.
◆ BENCHMARK() [1/6]
BENCHMARK |
( |
BM_MatchedFullQuery |
| ) |
|
◆ BENCHMARK() [2/6]
BENCHMARK |
( |
BM_MatchedSingleQuery |
| ) |
|
◆ BENCHMARK() [3/6]
BENCHMARK |
( |
BM_OneVariableFullMatch |
| ) |
|
◆ BENCHMARK() [4/6]
BENCHMARK |
( |
BM_OneVariableMatchUnmatch |
| ) |
|
◆ BENCHMARK() [5/6]
BENCHMARK |
( |
BM_UnmatchedFullQuery |
| ) |
|
◆ BENCHMARK() [6/6]
BENCHMARK |
( |
BM_UnmatchedSingleQuery |
| ) |
|
◆ BENCHMARK_MAIN()