We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31efce1 commit 797f91bCopy full SHA for 797f91b
examples/custom_criterion.cu
@@ -74,4 +74,4 @@ void throughput_bench(nvbench::state &state)
74
num_values);
75
});
76
}
77
-NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed");
+NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed").set_throttle_threshold(0.8f);
0 commit comments