Mercurial > repos > public > sbplib_julia
comparison benchmark/benchmark_utils.jl @ 1319:cb4d57ce2ed1 tooling/benchmarks
Update todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 28 Apr 2023 08:37:04 +0200 |
parents | e883085a091a |
children | 6ae2ec4cef5a |
comparison
equal
deleted
inserted
replaced
1318:e883085a091a | 1319:cb4d57ce2ed1 |
---|---|
267 # TODO: Change width of tables and code blocks so everything is visible | 267 # TODO: Change width of tables and code blocks so everything is visible |
268 # TODO: Fix the commit id, it chops off all the important info | 268 # TODO: Fix the commit id, it chops off all the important info |
269 # TODO: Make title less verbose | 269 # TODO: Make title less verbose |
270 # TBD: Do we have to replace export_markdown? Could use a template instead. | 270 # TBD: Do we have to replace export_markdown? Could use a template instead. |
271 | 271 |
272 | 272 # Should be able to run the current benchmark script at a different revision. |
273 # TBD: How to compare against current working directory? Possible to create a temporary commit? | 273 |
274 # Make a secret temporary commit | |
275 # run benchmarkresult | |
276 # uncommit the temporary commit | |
277 # verbose flag on commit will print the revision id of the new commit. | |
278 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out? | 274 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out? |
279 | 275 |
280 | 276 |
281 ## Catching the exit code and errors from a command can be done with code similar to | 277 ## Catching the exit code and errors from a command can be done with code similar to |
282 # proc = open(cmd) | 278 # proc = open(cmd) |