changeset 1882:ca3d8a571505 refactor/lazy_tensors/elementwise_ops

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 28 Jan 2025 15:38:51 +0100
parents 378002c78e86 (current diff) e1d64f4110bd (diff)
children adc83961cfe9
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/benchmark/benchmark_utils.jl	Mon Jan 27 17:11:31 2025 +0100
+++ b/benchmark/benchmark_utils.jl	Tue Jan 28 15:38:51 2025 +0100
@@ -10,7 +10,7 @@
 const template_path = joinpath(diffinitive_root, "benchmark/result.tmpl")
 
 """
-    mainmain(;rev=nothing, target=nothing, baseline=nothing , kwargs...)
+    main(;rev=nothing, target=nothing, baseline=nothing , kwargs...)
 
 Calls `run_benchmark(args...; kwargs...)` and writes the results as an HTML
 file in `benchmark/results`.
@@ -97,7 +97,7 @@
 
 Accepts the same arguments as the two revision version.
 """
-function compare_benchmark(baseline, f=minimum; judgekwargs=Dict(), kwargs...)
+function compare_benchmarks(baseline, f=minimum; judgekwargs=Dict(), kwargs...)
     t = run_benchmark(;kwargs...)
     b = run_benchmark(baseline; kwargs...)