Skip to content

Commit b4bf625

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Symbolics/ThermalFluid.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ end
336336
```
337337

338338
```julia
339-
N = [5, 10, 20, 40];
339+
N = [5, 10, 20, 40, 80, 160, 320];
340340
jacobian_times = [zeros(Float64, length(N)), zeros(Float64, length(N))]
341341
functions = [Vector{Any}(undef, length(N)), Vector{Any}(undef, length(N))]
342342
jacobian_gctimes = copy.(jacobian_times)

0 commit comments

Comments
 (0)