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, 11 insertions, 0 deletions
diff --git a/test/benchmark/simple.rb b/test/benchmark/simple.rb
new file mode 100644
index 0000000..906f74c
--- /dev/null
+++ b/test/benchmark/simple.rb
@@ -0,0 +1,11 @@
+#
+# 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]