aboutsummaryrefslogtreecommitdiffstats
path: root/script/performance
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
committerRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
commit40f0d929727694eba21c934cb3732574cf84f6b6 (patch)
treef4995e43c897bda5a5d878dbdc6df3fb65eddf97 /script/performance
parentfe6d2c7a1609d9088c136762d7d89f7dc01a21ea (diff)
parent00caf911d7b60cbd3dea0ec070321b5b6aa6a79d (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'script/performance')
-rwxr-xr-xscript/performance/benchmarker2
-rwxr-xr-xscript/performance/profiler2
2 files changed, 0 insertions, 4 deletions
diff --git a/script/performance/benchmarker b/script/performance/benchmarker
index c2441c941..a94253aba 100755
--- a/script/performance/benchmarker
+++ b/script/performance/benchmarker
@@ -1,5 +1,3 @@
-#!/usr/bin/ruby
-
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot.rb'
require 'commands/performance/benchmarker'
diff --git a/script/performance/profiler b/script/performance/profiler
index a7ea37a9a..e9e5b071d 100755
--- a/script/performance/profiler
+++ b/script/performance/profiler
@@ -1,5 +1,3 @@
-#!/usr/bin/ruby
-
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot.rb'
require 'commands/performance/profiler'