Mercurial > repos > public > sbplib_julia
diff benchmark/benchmarks.jl @ 1174:50c31500eb97 tooling/benchmarks
Clean up run_and_view
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 25 Jan 2023 13:22:51 +0100 |
parents | 34446df5733f |
children | 3e4db8cf1d92 |
line wrap: on
line diff
--- a/benchmark/benchmarks.jl Wed Jan 25 13:05:15 2023 +0100 +++ b/benchmark/benchmarks.jl Wed Jan 25 13:22:51 2023 +0100 @@ -30,3 +30,5 @@ # TODO: Make it easy to compare different commits. (A simple script?) # Should set HGPLAIN before script use. Example: `HGPLAIN= hg st` +# `hg id` for getting the revision +# `hg update --check` for updating, requires a clean working directory.