Skip to content

Commit 549fbd8

Browse files
committed
Shipit: skip statistics page
This controller uses a time based query (last 7 days deploys), so isn't suitable for benchmarking against a static dataset.
1 parent 997782a commit 549fbd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/shipit/route_generator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class RouteGenerator
77
{ num: 15, method: :GET, routes: ["/:stack_id"] }, # Stacks#show
88
{ num: 10, method: :GET, routes: [
99
"/:stack_id/tasks?since=33", # Paginated deploys
10-
"/:stack_id/statistics",
1110
]},
1211
{ num: 2, method: :GET, routes: [ "/:stack_id/settings" ]},
1312

0 commit comments

Comments
 (0)