We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c7303 commit 2d6695dCopy full SHA for 2d6695d
vm/ci/ci_common/common-bench.jsonnet
@@ -80,7 +80,6 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
80
polybench_wrap(command)::
81
super.polybench_wrap(command) + [
82
'--mx-benchmark-args',
83
- '--fork-count-file', 'ci/ci_includes/polybench-hpc.json',
84
'--machine-name', 'gate-' + self.machine_name
85
],
86
teardown: [self.upload_and_wait_for_indexing + ['||', 'echo', 'Result upload failed!']],
0 commit comments