Skip to content

Commit

Permalink
Save median of results
Browse files Browse the repository at this point in the history
[only benchmarks]
  • Loading branch information
christiangnrd committed Sep 19, 2024
1 parent b40d7f1 commit f367f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ println(results)
## comparison

# write out the results
BenchmarkTools.save("benchmarkresults.json", results)
BenchmarkTools.save("benchmarkresults.json", median(results))

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

0 comments on commit f367f16

Please sign in to comment.