Mercurial > repos > public > sbplib_julia
comparison benchmark/benchmark_utils.jl @ 1321:42738616422e tooling/benchmarks
Add todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 28 Apr 2023 09:00:35 +0200 |
parents | 6ae2ec4cef5a |
children | 5193e6cd6c6a |
comparison
equal
deleted
inserted
replaced
1320:6ae2ec4cef5a | 1321:42738616422e |
---|---|
300 # TODO: Fix the commit id, it chops off all the important info | 300 # TODO: Fix the commit id, it chops off all the important info |
301 # TODO: Make title less verbose | 301 # TODO: Make title less verbose |
302 # TBD: Do we have to replace export_markdown? Could use a template instead. | 302 # TBD: Do we have to replace export_markdown? Could use a template instead. |
303 | 303 |
304 # Should be able to run the current benchmark script at a different revision. | 304 # Should be able to run the current benchmark script at a different revision. |
305 # Should have a way to filter the benchmark suite | |
305 | 306 |
306 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out? | 307 # TBD: What parts are PkgBenchmark contributing? Can it be stripped out? |
307 | 308 |
308 | 309 |
309 ## Catching the exit code and errors from a command can be done with code similar to | 310 ## Catching the exit code and errors from a command can be done with code similar to |