unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 8b6182ad8ac7dfb26a71a3a17e184d565807c8f7 262 bytes (raw)
$ git show v0.0.0:test/benchmark/previous.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
# 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]

git clone https://yhbt.net/unicorn.git