Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2265)

Unified Diff: appengine/swarming/swarming_rpcs.py

Issue 1932013002: swarming: fix include_performance_stats param (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/handlers_endpoints.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_rpcs.py
diff --git a/appengine/swarming/swarming_rpcs.py b/appengine/swarming/swarming_rpcs.py
index 64671ab6621ffbac699e93480319acb73dcc45af..ccab35a061142d1288e25d60de1359c2bec8ef17 100644
--- a/appengine/swarming/swarming_rpcs.py
+++ b/appengine/swarming/swarming_rpcs.py
@@ -171,12 +171,6 @@ class TasksCountRequest(messages.Message):
tags = messages.StringField(6, repeated=True)
-class PerformanceStatsRequest(messages.Message):
- # Only applicable when fetching results. This incurs more DB operations and
- # more data is returned so this is a bit slower.
- include_performance_stats = messages.BooleanField(1, default=False)
-
-
### Task-Related Responses
« no previous file with comments | « appengine/swarming/handlers_endpoints.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698