Skip to content

Commit

Permalink
[Truffle] Fixed path to ruby-benchmarks repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Oct 25, 2016
1 parent b239bfd commit b515dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.hocon
Expand Up @@ -239,8 +239,8 @@ weekly-bench-caps: {
bench: {
cmd: [mx, --dynamicimport, ruby-benchmarks, benchmark]
setup: [
[mx, sclone, --kind, git, "https://github.com/jruby/benchmark-interface.git", benchmark-interface],
[mx, sclone, --kind, git, --revision, mx-config, "https://github.com/graalvm/ruby-benchmarks.git", ruby-benchmarks]
${mx_sclone} ["https://github.com/jruby/benchmark-interface.git", benchmark-interface],
${mx_sclone} [--revision, mx-config, "https://github.com/jruby/all-ruby-benchmarks.git", ../ruby-benchmarks]
]
}

Expand Down

0 comments on commit b515dec

Please sign in to comment.