summaryrefslogtreecommitdiffstats
path: root/script/performance/benchmarker
diff options
context:
space:
mode:
Diffstat (limited to 'script/performance/benchmarker')
-rwxr-xr-xscript/performance/benchmarker2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/performance/benchmarker b/script/performance/benchmarker
index c842d35d3..3bff809fb 100755
--- a/script/performance/benchmarker
+++ b/script/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'