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

Unified Diff: dashboard/index.yaml

Issue 2707263008: benchmark_health_report: Query anomalies by benchmark/master. (Closed)
Patch Set: Filter out improvements Created 3 years, 10 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
Index: dashboard/index.yaml
diff --git a/dashboard/index.yaml b/dashboard/index.yaml
index ecda9ea5dd144f12963e3b402035fc6beadb4148..8fcb62573a4deb3b261548c688271e1ccc3ac0cb 100644
--- a/dashboard/index.yaml
+++ b/dashboard/index.yaml
@@ -121,6 +121,7 @@ indexes:
- kind: Anomaly
properties:
- name: benchmark_name
+ - name: is_improvement
- name: master_name
- name: timestamp
direction: desc
@@ -129,10 +130,12 @@ indexes:
properties:
- name: benchmark_name
- name: internal_only
+ - name: is_improvement
- name: master_name
- name: timestamp
direction: desc
+
# Might be unused!
# This index would enable querying for points for a particular test,
# filtering or sorting by revision, and possibly doing a projection

Powered by Google App Engine
This is Rietveld 408576698