OpenMathLib / BLAS-Benchmarks

MIT License
0 stars 0 forks source link

Store text output from ASV #10

Open ev-br opened 1 week ago

ev-br commented 1 week ago

Text output is currently hidden in the Actions tab --- click Actions, click on a benchmark run, expand the "Run benchmarks" part, scroll down to the output.

There is a time limit on how long the logs are stored by github, so do we want to save them somewhere?

Note that all benchmark results from all runs are stored in the results/machine-name/commit-hash.json files in the gh-pages branch, so they are not lost either way.

martin-frbg commented 1 week ago

If all the relevant benchmark data ends up in the gh-pages branch , there is probably no need to archive the full logs ?

ev-br commented 1 week ago

Indeed they are, and here's a quick-and-dirty example of reading them in: https://github.com/OpenMathLib/BLAS-Benchmarks/blob/main/analyze.results.example.ipynb