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 0b05454 commit d47dfd7Copy full SHA for d47dfd7
core/src/walltime.cpp
@@ -207,7 +207,7 @@ void generate_codspeed_walltime_report(
207
208
double total_time =
209
std::accumulate(raw_benchmark.round_times_ns.begin(),
210
- raw_benchmark.round_times_ns.end(), 0.0);
+ raw_benchmark.round_times_ns.end(), 0.0) / 1e9;
211
212
double mean = raw_benchmark.mean_ns;
213
double median = raw_benchmark.median_ns;
0 commit comments