about summary refs log tree commit homepage
path: root/test/benchmark/previous.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-22 20:58:11 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-22 20:58:11 -0700
commitf4503b0eb9dd73296988021f355f3d28959975e5 (patch)
tree5be11934e0ac81d2331d4d5b60693ae77dc94d91 /test/benchmark/previous.rb
parent78668173ab0e78c5c94fe23b916a81822c24bf9c (diff)
parent018f827ebdc1668d2262ef1337386f896379e0f6 (diff)
downloadunicorn-f4503b0eb9dd73296988021f355f3d28959975e5.tar.gz
* commit 'origin/benchmark':
  benchmark: header values must be strings
  All new benchmarks, old ones removed
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]