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 b40d7f1 commit f367f16Copy full SHA for f367f16
perf/runbenchmarks.jl
@@ -64,7 +64,7 @@ println(results)
64
## comparison
65
66
# write out the results
67
-BenchmarkTools.save("benchmarkresults.json", results)
+BenchmarkTools.save("benchmarkresults.json", median(results))
68
69
# compare against previous results
70
# TODO: store these results so that we can compare when benchmarking PRs
0 commit comments