Mercurial > repos > public > sbplib_julia
comparison benchmark/benchmarks.jl @ 1172:34446df5733f tooling/benchmarks
Add run_and_view script
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 25 Jan 2023 12:52:09 +0100 |
parents | 87bc91def1ff |
children | 50c31500eb97 |
comparison
equal
deleted
inserted
replaced
1171:87bc91def1ff | 1172:34446df5733f |
---|---|
24 end | 24 end |
25 end | 25 end |
26 | 26 |
27 SUITE | 27 SUITE |
28 | 28 |
29 | 29 # TODO: Add mercurial version of benchmarkpkg |
30 # TODO: Make it easy to run and display results (useful to look at them in a webbrowser? Could serve them using julia) | |
31 # TODO: Make it easy to compare different commits. (A simple script?) | 30 # TODO: Make it easy to compare different commits. (A simple script?) |
32 # TODO: Do we need machanisms to save the results from runs? | |
33 # TBD: How well does BenchmarkTools work for comparisons, do we need make special considerations? | |
34 # TBD: When and how do we want to look at % of peak performance? Is this going to be done using the benchmark suite? | |
35 | |
36 | 31 |
37 # Should set HGPLAIN before script use. Example: `HGPLAIN= hg st` | 32 # Should set HGPLAIN before script use. Example: `HGPLAIN= hg st` |