Skip to content

Commit f367f16

Browse files
committed
Save median of results
[only benchmarks]
1 parent b40d7f1 commit f367f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/runbenchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ println(results)
6464
## comparison
6565

6666
# write out the results
67-
BenchmarkTools.save("benchmarkresults.json", results)
67+
BenchmarkTools.save("benchmarkresults.json", median(results))
6868

6969
# compare against previous results
7070
# TODO: store these results so that we can compare when benchmarking PRs

0 commit comments

Comments
 (0)