Sha256: 0f3f10d77c8b1dc581fa97cd915e06a34fdd1ebb7fd28595afff9a503773c7a7

Contents?: true

Size: 346 Bytes

Versions: 13

Compression:

Stored size: 346 Bytes

Contents

# Benchmark to compare Thin performance against
# previous Thin version (the one installed as a gem).
#
# Run with:
#
#  ruby previous.rb [num of request]
#
require 'rubygems'
require 'rack'
require File.dirname(__FILE__) + '/utils'

request = (ARGV[0] || 1000).to_i # Number of request to send (ab -n option)

benchmark %w(current gem), request

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
thin-0.5.3 benchmark/previous.rb
thin-0.6.0-x86-mswin32-60 benchmark/previous.rb
thin-0.5.4 benchmark/previous.rb
thin-0.5.4-x86-mswin32-60 benchmark/previous.rb
thin-0.6.1 benchmark/previous.rb
thin-0.6.2 benchmark/previous.rb
thin-0.6.3 benchmark/previous.rb
thin-0.6.4-x86-mswin32-60 benchmark/previous.rb
thin-0.6.2-x86-mswin32-60 benchmark/previous.rb
thin-0.6.4 benchmark/previous.rb
thin-0.6.0 benchmark/previous.rb
thin-0.6.1-x86-mswin32-60 benchmark/previous.rb
thin-0.6.3-x86-mswin32-60 benchmark/previous.rb