Skip to content

Commit d4477f5

Browse files
Update lib/LinearSolveAutotune/src/benchmarking.jl
1 parent b5a859e commit d4477f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/benchmarking.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function get_benchmark_sizes(large_matrices::Bool = false)
184184
1200:200:2000, 2500:500:5000, 6000:1000:10000)
185185
else
186186
# Default sizes similar to existing benchmarks
187-
return 4:8:500
187+
return vcat(4:8:128, 150:50:500)
188188
end
189189
end
190190

0 commit comments

Comments
 (0)