Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmarks/shipit/route_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class RouteGenerator
{ num: 15, method: :GET, routes: ["/:stack_id"] }, # Stacks#show
{ num: 10, method: :GET, routes: [
"/:stack_id/tasks?since=33", # Paginated deploys
"/:stack_id/statistics",
]},
{ num: 2, method: :GET, routes: [ "/:stack_id/settings" ]},

Expand Down
Loading