aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/performance/benchmarker
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/performance/benchmarker')
-rwxr-xr-xrailties/bin/performance/benchmarker2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/performance/benchmarker b/railties/bin/performance/benchmarker
index c842d35d33..3bff809fb3 100755
--- a/railties/bin/performance/benchmarker
+++ b/railties/bin/performance/benchmarker
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../config/boot'
+require File.expand_path('../../../config/boot', __FILE__)
require 'commands/performance/benchmarker'