comparison 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
comparison
equal deleted inserted replaced
1301:e1aefebe4ea2 1302:68dd0c9f5cac
164 # TODO: Make title less verbose 164 # TODO: Make title less verbose
165 # TBD: Do we have to replace export_markdown? Could use a template instead. 165 # TBD: Do we have to replace export_markdown? Could use a template instead.
166 166
167 167
168 # TBD: How to compare against current working directory? Possible to create a temporary commit? 168 # TBD: How to compare against current working directory? Possible to create a temporary commit?
169 # Make a secret temporary commit
170 # run benchmarkresult
171 # uncommit the temporary commit
172 # verbose flag on commit will print the revision id of the new commit.
169 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out? 173 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out?