Skip to content

Commit

Permalink
[GR-55182] Increase timelimit for warmup benchmarks
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4314
  • Loading branch information
eregon committed Jul 8, 2024
2 parents 03e3d32 + b62c2db commit 22d0829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
"ruby-benchmarks-asciidoctor-svm-ce": shared + asciidoctor + svm_configurations["svm-ce"],
"ruby-benchmarks-asciidoctor-svm-ee": shared + asciidoctor + svm_configurations["svm-ee"],

local warmup = $.benchmark.runner + $.benchmark.warmup + { timelimit: "01:05:00" },
"ruby-benchmarks-warmup-mri": shared + warmup + other_rubies.mri + { timelimit: "01:20:00" },
local warmup = $.benchmark.runner + $.benchmark.warmup + { timelimit: "01:15:00" },
"ruby-benchmarks-warmup-mri": shared + warmup + other_rubies.mri + { timelimit: "01:30:00" },
"ruby-benchmarks-warmup-jruby": shared + warmup + other_rubies.jruby,
"ruby-benchmarks-warmup-jvm-ce": shared + warmup + graal_configurations["jvm-ce"] + $.use.no_multi_tier,
"ruby-benchmarks-warmup-jvm-ce-3threads": shared + warmup + graal_configurations["jvm-ce"] + $.use.no_multi_tier + $.use.three_threads,
Expand Down

0 comments on commit 22d0829

Please sign in to comment.