diff options
Diffstat (limited to 'script/performance')
-rwxr-xr-x | script/performance/benchmarker | 3 | ||||
-rwxr-xr-x | script/performance/profiler | 3 | ||||
-rwxr-xr-x | script/performance/request | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/script/performance/benchmarker b/script/performance/benchmarker deleted file mode 100755 index 3bff809fb..000000000 --- a/script/performance/benchmarker +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -require File.expand_path('../../../config/boot', __FILE__) -require 'commands/performance/benchmarker' diff --git a/script/performance/profiler b/script/performance/profiler deleted file mode 100755 index 07640575c..000000000 --- a/script/performance/profiler +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -require File.expand_path('../../../config/boot', __FILE__) -require 'commands/performance/profiler' diff --git a/script/performance/request b/script/performance/request deleted file mode 100755 index 489e568e6..000000000 --- a/script/performance/request +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env ruby -require File.expand_path('../../config/boot', __FILE__) -require 'commands/performance/request' |