Rename criterion registry to criterion manager

This commit is contained in:
Georgy Evtushenko
2024-01-08 13:15:46 -08:00
parent 4d90c367f5
commit 85ed6f007c
10 changed files with 33 additions and 33 deletions

View File

@@ -62,7 +62,7 @@ public:
// Register the criterion with NVBench:
static bool registered = //
nvbench::criterion_registry::register_criterion("fixed",
nvbench::criterion_manager::register_criterion("fixed",
std::make_unique<fixed_criterion>());
void throughput_bench(nvbench::state &state)