aboutsummaryrefslogtreecommitdiffstats
path: root/script/performance/benchmarker
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-05-02 09:32:29 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-05-02 09:32:29 +0100
commit771b0f839458408a38b78e790fdd610251cec815 (patch)
treeaf3802e34b8bd0cef684a34e886141381f387c29 /script/performance/benchmarker
parent481e5d6c9d82cfc0cace474674b01376bc514417 (diff)
parentc402c9aa3f96300eb1165364e6a0f1a50642297f (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
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 a94253aba..28bfceea0 100755
--- a/script/performance/benchmarker
+++ b/script/performance/benchmarker
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../config/boot.rb'
+require File.expand_path(File.dirname(__FILE__) + '/../config/boot.rb')
require 'commands/performance/benchmarker'