Benchmark.bmbm(12) do |x|
    x.report("HTTP Router")     { TIMES.times { a.call(BLOG_POST_REQ) } }
    x.report("Usher Router")    { TIMES.times { routes.call(BLOG_POST_REQ) } }
    x.report("Truss Router")    { TIMES.times { Truss::Router.call(BLOG_POST_REQ) } }