mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Rename criterion registry to criterion manager
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user