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

Unified Diff: docs/speed/perf_waterfall.md

Issue 2945603003: Added documentation on perf waterfall. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/speed/perf_waterfall.md
diff --git a/docs/speed/perf_waterfall.md b/docs/speed/perf_waterfall.md
new file mode 100644
index 0000000000000000000000000000000000000000..a8df52923c14c60a4e5719a5f15578f708f9d4d5
--- /dev/null
+++ b/docs/speed/perf_waterfall.md
@@ -0,0 +1,30 @@
+# chromium.perf Waterfall
+
+## Overview
+
+The [chromium.perf waterfall](http://build.chromium.org/p/chromium.perf/waterfall)
+continuously builds and runs our performance tests on real Android, Windows,
+Mac, and Linux hardware. Results are reported to the
+[Performance Dashboard](https://chromeperf.appspot.com/) for analysis. The
+[Perfbot Health Sheriffing Rotation](perf_bot_sheriffing.md) keeps the build
+green and files bugs on regressions. They maintain
+[Chrome's Core Principles](https://www.chromium.org/developers/core-principles)
+of speed:
+
+> "If you make a change that regresses measured performance, you will be
+> required to fix it or revert".
+
+## Contact
+
+ * You can reach the Chromium performance sheriffs at perf-sheriffs@chromium.org.
+ * Bugs on waterfall issues should have Component:
+ [Speed>Benchmarks>Waterfall](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component%3ASpeed%3EBenchmarks%3EWaterfall+&colspec=ID+Pri+M+Stars+ReleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=ids).
+
+## Links
+
+ * [Perfbot Health Sheriffing Rotation](perf_bot_sheriffing.md)
+ * [Debugging an Android Perf Failure](perf_bot_sheriffing.md#Android-Device-failures)
+ * TODO: Page on how to repro failures locally
+ * TODO: Page on how to connect to bot in lab
+ * TODO: Page on how to hack on buildbot/recipe code
+ * TODO: Page on bringing up new hardware
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698