diff options
Diffstat (limited to 'script/performance/profiler')
-rwxr-xr-x | script/performance/profiler | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/performance/profiler b/script/performance/profiler new file mode 100755 index 0000000..0764057 --- /dev/null +++ b/script/performance/profiler @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby +require File.expand_path('../../../config/boot', __FILE__) +require 'commands/performance/profiler' |