Skip to content

Commit fd0d248

Browse files
[AUTO] JuliaFormatter.jl run (#350)
* 🤖 Format .jl files * Update run_local.jl --------- Co-authored-by: tmigot <[email protected]> Co-authored-by: Tangi Migot <[email protected]>
1 parent 0baad6f commit fd0d248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/run_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
end
3434

3535
@info "RUN"
36-
@time result = with_logger(ConsoleLogger(Error)) do # remove warnings
36+
@time result = with_logger(ConsoleLogger(Error)) do
3737
if "params.json" in (path == "" ? readdir() : readdir(path))
3838
loadparams!(suite, BenchmarkTools.load("params.json")[1], :evals, :samples)
3939
end

0 commit comments

Comments
 (0)