benchmarks/local/sinatra/config.ru

Summary

Maintainability
Test Coverage
require "sinatra"

post "/" do
  204
end

run Sinatra::Application