gammapy / gammapy-benchmarks

Performance benchmarks for Gammapy
BSD 3-Clause "New" or "Revised" License
4 stars 14 forks source link

Store analysis results / debug info for benchmarks #101

Open adonath opened 3 years ago

adonath commented 3 years ago

To be able to compare benchmarks we should make sure the analysis results stay the same. E.g. to understand whether a change in performance comes from improved code or just a different number of iterations for a fit. String the results in YAML somewhere and just compare visually with git diff should be fine for now.

adonath commented 2 years ago

Also we should store the datasets after reduction and fit traces...