gcloud components update gcloud components install app-engine-python gcloud config set project [PROJECT-ID]Replace
[PROJECT-ID] with your project ID. For chromeperf.appspot.com, it's chromeperf.To run the Python unit tests, use bin/run_py_tests. To run the front-end component tests, use bin/run_dev_server_tests.
Running a local instance (i.e., a dev server) of the Performance Dashboard is no longer supported due to a python2 dependency in the appengine toolchain.
To manually test your python server changes, deploy them to chromeperf-stage.
See Docker deploy.