Skip to content

Commit

Permalink
[GR-29129] Espresso: move scala-dacapo-warmup-forks.json to ci_common.
Browse files Browse the repository at this point in the history
PullRequest: graal/8180
  • Loading branch information
gilles-duboscq committed Feb 4, 2021
2 parents b759eff + 5d475b6 commit 3a0867f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espresso/ci_common/common.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
self.scala_dacapo_jvm_fast(warmup=true),
host_jvm=_host_jvm(env), host_jvm_config=_host_jvm_config(env),
guest_jvm='espresso', guest_jvm_config=guest_jvm_config,
fork_file='mx.espresso/scala-dacapo-warmup-forks.json',
fork_file='ci_common/scala-dacapo-warmup-forks.json',
extra_args=extra_args
),

Expand Down

0 comments on commit 3a0867f

Please sign in to comment.