about summary refs log tree commit homepage
path: root/test/benchmark/previous.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark/previous.rb')
-rw-r--r--test/benchmark/previous.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/benchmark/previous.rb b/test/benchmark/previous.rb
deleted file mode 100644
index 8b6182a..0000000
--- a/test/benchmark/previous.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# Benchmark to compare Mongrel performance against
-# previous Mongrel version (the one installed as a gem).
-#
-# Run with:
-#
-#  ruby previous.rb [num of request]
-#
-
-require File.dirname(__FILE__) + '/utils'
-
-benchmark "print", %w(current gem), 1000, [1, 10, 100]