Mercurial > repos > public > sbplib_julia
diff benchmark/benchmarks.jl @ 1190:1aca445216b8 tooling/benchmarks
Clean up todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 27 Jan 2023 12:40:01 +0100 |
parents | 3e4db8cf1d92 |
children | 5d4a15d6118f |
line wrap: on
line diff
--- a/benchmark/benchmarks.jl Fri Jan 27 12:20:43 2023 +0100 +++ b/benchmark/benchmarks.jl Fri Jan 27 12:40:01 2023 +0100 @@ -9,26 +9,4 @@ SUITE["utf8"]["join"] = @benchmarkable join($teststr, $teststr) SUITE["utf8"]["plots"] = BenchmarkGroup() -# SUITE["trigonometry"] = BenchmarkGroup(["math", "triangles"]) -# SUITE["trigonometry"]["circular"] = BenchmarkGroup() -# for f in (sin, cos, tan) -# for x in (0.0, pi) -# SUITE["trigonometry"]["circular"][string(f), x] = @benchmarkable ($f)($x) -# end -# end - -# SUITE["trigonometry"]["hyperbolic"] = BenchmarkGroup() -# for f in (sin, cos, tan) -# for x in (0.0, pi) -# SUITE["trigonometry"]["hyperbolic"][string(f), x] = @benchmarkable ($f)($x) -# end -# end - SUITE - -# TODO: Add mercurial version of benchmarkpkg -# 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.