Skip to content

Commit a251e9c

Browse files
committed
No need for -S when giving a path to the script
* It would cause extra file checks.
1 parent f647507 commit a251e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/rails/blog6-rails-routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
benchmark 'blog6-rails-routes' do
1313
Dir.chdir(Blog6Setup::BLOG6_DIR) do
14-
JT.ruby(*%w[-S bin/rails routes])
14+
JT.ruby(*%w[bin/rails routes])
1515
end
1616
end

0 commit comments

Comments
 (0)