SolverTools.jl icon indicating copy to clipboard operation
SolverTools.jl copied to clipboard

Benchmarks across versions

Open dpo opened this issue 9 years ago • 2 comments

It would be great to maintain benchmarks to compare pull requests to develop, and to measure the improvements brought by a new revision.

BenchmarkTools.jl seems useful to benchmark solver building blocks.

I think we need a different tool to compare the performance of solvers across versions and across branches, e.g., using aggregate measures, performance profiles, etc.

@abelsiqueira

dpo avatar Sep 14 '16 15:09 dpo

This would be very interesting. Perhaps it can be done with JLD, after the tests? Maybe post in the site automatically. It might increase the travis time to the max, though.

abelsiqueira avatar Sep 14 '16 18:09 abelsiqueira

https://github.com/JuliaCI/PkgBenchmark.jl

dpo avatar Oct 01 '16 00:10 dpo