| # Update with | |
| # google_appengine/appcfg.py [-V dev-test] update . | |
| # | |
| # Using -V dev-test will run as dev-test.perf.golang.org. | |
| application: golang-org | |
| module: perf | |
| version: main | |
| runtime: go | |
| api_version: go1 | |
| handlers: | |
| - url: /_ah/remote_api | |
| script: _go_app | |
| - url: /.* | |
| script: _go_app | |
| secure: always | |
| env_variables: | |
| STORAGE_URL_BASE: "https://perfdata.golang.org" |