We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997782a commit 549fbd8Copy full SHA for 549fbd8
benchmarks/shipit/route_generator.rb
@@ -7,7 +7,6 @@ class RouteGenerator
7
{ num: 15, method: :GET, routes: ["/:stack_id"] }, # Stacks#show
8
{ num: 10, method: :GET, routes: [
9
"/:stack_id/tasks?since=33", # Paginated deploys
10
- "/:stack_id/statistics",
11
]},
12
{ num: 2, method: :GET, routes: [ "/:stack_id/settings" ]},
13
0 commit comments