about summary refs log tree commit homepage
path: root/test/benchmark/simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/simple.rb')
-rw-r--r--test/benchmark/simple.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/benchmark/simple.rb b/test/benchmark/simple.rb
deleted file mode 100644
index 906f74c..0000000
--- a/test/benchmark/simple.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Simple benchmark to compare Mongrel performance against
-# other webservers supported by Rack.
-#
-
-require File.dirname(__FILE__) + '/utils'
-
-libs = %w(current gem WEBrick EMongrel Thin)
-libs = ARGV if ARGV.any?
-
-benchmark "print", libs, 1000, [1, 10, 100]