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 8718448Copy full SHA for 8718448
core/src/walltime.cpp
@@ -207,7 +207,8 @@ 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) /
211
+ 1e9;
212
213
double mean = raw_benchmark.mean_ns;
214
double median = raw_benchmark.median_ns;
0 commit comments