BigBench.configure do |config| config.duration = 1.minute config.output = "tests/with_post_processor.ljson" config.users = 1 end benchmark "index page" => "http://localhost:3001" do get "/" get "/index" end post_process :statistics