diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-02 14:59:48 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-02 14:59:48 +0100 |
commit | fd7947966be2cd07caefd68c35e6f2d73d0693c1 (patch) | |
tree | b37a6c89e8a66c4a0ccaa81c886144e63a76671d /script/performance/benchmarker | |
parent | 091dfe1df5d47ada296f5bb2f6fc5ef8633c0934 (diff) | |
parent | a7073881fed6ec3f46841da96380d4b5643393a2 (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into purge-requests
Diffstat (limited to 'script/performance/benchmarker')
-rwxr-xr-x | script/performance/benchmarker | 2 |
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' |