Sha256: 7c59cff84720510dd1cc2a7af378664598323a1e785d722448ace432beb0ae03

Contents?: true

Size: 484 Bytes

Versions: 9

Compression:

Stored size: 484 Bytes

Contents

# encoding: utf-8

require_relative "../helper"

RBench.run(100) do
  column :times
  column :urlmap,  title: "Rack::URLMap in Rango"
  column :rack,    title: "Rack router in Rango"
  column :merb,    title: "Merb router"
  column :rails,   title: "Rails router"
  column :sinatra, title: "Sinatra routing"

  group "A 1521 route set with routes nested evenly 2 levels deep" do
    report "Homepage" do
    end

    report "Request with params" do
    end
  end

  summary "foo"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rango-0.2.6 benchmarks/bm/routers.rb
rango-0.2.5.1 benchmarks/bm/routers.rb
rango-0.2.4.1 benchmarks/bm/routers.rb
rango-0.2.3 benchmarks/bm/routers.rb
rango-0.2.1 benchmarks/bm/routers.rb
rango-0.2.1.pre benchmarks/bm/routers.rb
rango-0.0.6 benchmarks/bm/routers.rb
rango-0.1.pre benchmarks/bm/routers.rb
rango-0.0.4 benchmarks/bm/routers.rb