Skip to content

Commit

Permalink
Move JMH benchmarks from post-merge to daily.
Browse files Browse the repository at this point in the history
  • Loading branch information
woess committed Jun 14, 2024
1 parent 492b816 commit 332447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graal-js/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ local ci = import '../ci.jsonnet';

// Benchmark builds; need to run on a benchmark machine
local benchBuilds = generateBuilds([
graalJs + common.bench + interopJmhBenchmarks + {name: 'interop-jmh'},
graalJs + common.dailyBench+ interopJmhBenchmarks + {name: 'interop-jmh'},
], platforms=[common.jdk21 + common.e3]),

builds: styleBuilds + testingBuilds + otherBuilds + benchBuilds,
Expand Down

0 comments on commit 332447d

Please sign in to comment.