mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Clang-format doesn't like the 1'000'000 separators.
This commit is contained in:
@@ -75,7 +75,7 @@ void entropy_criterion::do_add_measurement(nvbench::float64_t measurement)
|
||||
if (bin_keys)
|
||||
{
|
||||
const auto resolution_us = 0.5;
|
||||
const auto resulution_s = resolution_us / 1 '000' 000;
|
||||
const auto resulution_s = resolution_us / 1000000;
|
||||
const auto epsilon = resulution_s * 2;
|
||||
key = std::round(key / epsilon) * epsilon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user