Skip to content

Commit 6d30c40

Browse files
committed
Update CI configuration for polybench jobs
1 parent 0139b89 commit 6d30c40

File tree

3 files changed

+104
-214
lines changed

3 files changed

+104
-214
lines changed

truffle/src/org.graalvm.polybench/src/org/graalvm/polybench/OneShotMetric.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
/**
3131
* OneShotMetric indicates the time required to run a program once.
3232
*
33-
* To reduce variance, we run the program multiple times, each in a different fork.
34-
*
35-
* See ci_common/benchmark-forks.json
33+
* To reduce variance, the program should be run multiple times, each in a different fork.
3634
*/
3735
final class OneShotMetric extends Metric {
3836
long startTime;

vm/ci/ci_common/benchmark-forks.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)