Skip to content

Commit ae4219b

Browse files
committed
all plots
1 parent 8b370a2 commit ae4219b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/assets/utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ function _plot_results(bench_id)
271271
end
272272
end
273273

274-
N = 10
275-
problem_plots = problem_plots[1:N]
274+
# N = 10
275+
# problem_plots = problem_plots[1:N]
276276
n_plots = length(problem_plots)
277277
return plot(problem_plots...;
278278
layout = (n_plots, 1),

0 commit comments

Comments
 (0)