Skip to content

Commit 3de7a1e

Browse files
fix: run for more sizes
1 parent e82ce53 commit 3de7a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Symbolics/BCR.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end
147147
# Run benchmark
148148

149149
```julia
150-
N = [10, 20, 40, 80]
150+
N = [10, 20, 40, 80, 160, 320]
151151
jacobian_times = [zeros(Float64, length(N)), zeros(Float64, length(N))]
152152
jacobian_allocs = copy.(jacobian_times)
153153
functions = [Vector{Any}(undef, length(N)), Vector{Any}(undef, length(N))]

0 commit comments

Comments
 (0)