diff 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
line wrap: on
line diff
--- a/benchmark/benchmarks.jl	Tue Jan 24 21:57:24 2023 +0100
+++ b/benchmark/benchmarks.jl	Wed Jan 25 12:52:09 2023 +0100
@@ -26,12 +26,7 @@
 
 SUITE
 
-
-# TODO: Make it easy to run and display results (useful to look at them in a webbrowser? Could serve them using julia)
+# TODO: Add mercurial version of benchmarkpkg
 # TODO: Make it easy to compare different commits. (A simple script?)
-# TODO: Do we need machanisms to save the results from runs?
-# TBD: How well does BenchmarkTools work for comparisons, do we need make special considerations?
-# TBD: When and how do we want to look at % of peak performance? Is this going to be done using the benchmark suite?
-
 
 # Should set HGPLAIN before script use. Example: `HGPLAIN= hg st`