From 98ea5cca50b907e20d6357f425d7789bac1d1a47 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 10 Mar 2009 18:44:34 -0700 Subject: All new benchmarks, old ones removed dd.ru is a rackup file is intended as a dd(1)-like test for I/O performance. There are also individual request, response, and big_request benchmarks for micro benchmarking some parts of Unicorn. The rest of the benchmarks are gone: I am not interested in performance comparisons (and pissing matches) with other web servers (or their fanboys/girls). I will _NEVER_ publically publish benchmarks comparing Unicorn against other web servers. I will only compare Unicorn against other versions of Unicorn, possibly on different platforms. Neutral third-parties are invited to publish their own benchmarks (along with detailed procedures, version numbers and other details) comparing Unicorn to other servers. Signed-off-by: Eric Wong --- test/benchmark/previous.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/benchmark/previous.rb (limited to 'test/benchmark/previous.rb') 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] -- cgit v1.2.3-24-ge0c7