diff --git a/examples/custom_criterion.cu b/examples/custom_criterion.cu index 3be3743..2d7f15a 100644 --- a/examples/custom_criterion.cu +++ b/examples/custom_criterion.cu @@ -74,4 +74,4 @@ void throughput_bench(nvbench::state &state) num_values); }); } -NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed"); +NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed").set_throttle_threshold(0.8f);