Benchmark.bmbm(11) do |x|
    x.report("Plain app")   { TIMES.times{ app.call(REQUEST) } }
    x.report("One Dynamic") { TIMES.times { Truss::Router.call(POSTS_REQUEST) } }