Skip to content

Commit

Permalink
Fixed ruby versions used by the benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 21, 2014
1 parent f21fb2d commit 84d5a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/chruby_auto.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root="${0%/*}/.."
n=100

RUBIES=("$root/test/opt/rubies/ruby-1.9.3-p429")
RUBIES=("$root/test/opt/rubies/ruby-2.0.0-p353")

. "$root/share/chruby/chruby.sh"
. "$root/share/chruby/auto.sh"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/chruby_use.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
root="${0%/*}/.."
n=100
ruby_dir="$root/test/opt/rubies/ruby-1.9.3-p429"
ruby_dir="$root/test/opt/rubies/ruby-2.0.0-p353"

. "$root/share/chruby/chruby.sh"

Expand Down

0 comments on commit 84d5a5c

Please sign in to comment.