Skip to content

Commit

Permalink
Merge pull request #1024 from SciML/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Allow some more matrices
  • Loading branch information
ChrisRackauckas authored Aug 19, 2024
2 parents bcbf126 + c0f271e commit 930d672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/run_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ steps:
- pdf/**/*.pdf
- script/**/*.jl
s3_prefix: s3://julialang-buildkite-artifacts/scimlbenchmarks
timeout_in_minutes: 4000
timeout_in_minutes: 12000
commands: |
# Clear out these secrets as they're not needed during the actual build
BUILDKITE_S3_ACCESS_KEY_ID="" BUILDKITE_S3_SECRET_ACCESS_KEY="" ./.buildkite/build_benchmark.sh "{PATH}"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/LinearSolve/MatrixDepot.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for z in 1:length(allmatrices_md.content[1].rows)
percentage_sparsity[z] = length(nonzeros(A)) / n^2
@info "$n × $n"

n > 100 && error("Skipping too large matrices")
n > 500 && error("Skipping too large matrices")

b = rand(rng, n)
u0 = rand(rng, n)
Expand Down

0 comments on commit 930d672

Please sign in to comment.