OLD | NEW |
1 # Performance Dashboard | 1 # Performance Dashboard |
2 | 2 |
3 This is a App Engine web app for displaying and monitoring performance | 3 This is a App Engine web app for displaying and monitoring performance |
4 test results. | 4 test results. |
5 | 5 |
6 See | 6 See |
7 [online documentation](http://www.chromium.org/developers/speed-infra/performanc
e-dashboard). | 7 [online documentation](http://www.chromium.org/developers/speed-infra/performanc
e-dashboard). |
8 | 8 |
9 ## Prerequisites | 9 ## Prerequisites |
10 | 10 |
(...skipping 27 matching lines...) Expand all Loading... |
38 this, you can use the versions page on the [Google Developers | 38 this, you can use the versions page on the [Google Developers |
39 Console](https://console.developers.google.com/) if you have edit or | 39 Console](https://console.developers.google.com/) if you have edit or |
40 owner permissions for the App Engine project; otherwise if you want to | 40 owner permissions for the App Engine project; otherwise if you want to |
41 request to set a new default version for chromeperf.appspot.com you can | 41 request to set a new default version for chromeperf.appspot.com you can |
42 contact chrome-perf-dashboard-team@google.com. | 42 contact chrome-perf-dashboard-team@google.com. |
43 | 43 |
44 WARNING: Some changes to production may not be easily reversible; for | 44 WARNING: Some changes to production may not be easily reversible; for |
45 example `appcfg.py ... vacuum_indexes` will remove datastore indexes that | 45 example `appcfg.py ... vacuum_indexes` will remove datastore indexes that |
46 are not in your local index.yaml file, which may take more than 24 hours, | 46 are not in your local index.yaml file, which may take more than 24 hours, |
47 and will disable any queries that depend on those indexes. | 47 and will disable any queries that depend on those indexes. |
OLD | NEW |