Mercurial > repos > public > sbplib_julia
diff benchmark/benchmark_utils.jl @ 1302:68dd0c9f5cac tooling/benchmarks
Add some notes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 23 Mar 2023 08:40:58 +0100 |
parents | 5e20c0815e07 |
children | 2d34290fdc58 |
line wrap: on
line diff
--- a/benchmark/benchmark_utils.jl Thu Mar 23 08:40:35 2023 +0100 +++ b/benchmark/benchmark_utils.jl Thu Mar 23 08:40:58 2023 +0100 @@ -166,4 +166,8 @@ # TBD: How to compare against current working directory? Possible to create a temporary commit? + # Make a secret temporary commit + # run benchmarkresult + # uncommit the temporary commit + # verbose flag on commit will print the revision id of the new commit. # TBD: What parts are PkgBenchmark contributing? Can it be stripped out?