CARVIEW |
Select Language
HTTP/2 301
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
location: /developers/testing/adding-performance-tests/
content-type: text/plain; charset=utf-8
accept-ranges: bytes
date: Sat, 11 Oct 2025 06:48:49 GMT
x-served-by: cache-bom-vanm7210067-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760165329.929235,VS0,VE128
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 60
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
content-type: text/html; charset=utf-8
etag: "e6c40413aecc21c11865207c00b520189a9d28315b37989ff6569f59c7071093"
last-modified: Fri, 10 Oct 2025 02:31:02 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Sat, 11 Oct 2025 06:48:49 GMT
x-served-by: cache-bom-vanm7210067-BOM
x-cache: HIT
x-cache-hits: 0
x-timer: S1760165329.070898,VS0,VE1
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 2034
Adding Performance Tests

The Chromium Projects
Adding Performance Tests
Chrome runs a battery of performance tests against every build. These tests are monitored by the perf sheriffs for regressions. The best ways to ensure your feature stays fast and gets faster is to add a performance test.
- Create the test. Most new perf tests will want to use the Telemetry framework. All enabled Telemetry tests are automatically detected and run by the perf bots. If you know what you are doing and have a good reason not to use Telemetry, a perf test may be any program or script which outputs results in the format the builder understands. You'll need to edit the bot configurations to run the test.
- Announce it. When you add, remove, or change a test, you can email chrome-speed-infra@google.com.
- Monitor the results. Finally, monitor the results for regressions. Once the test is monitored, it will show up in the dashboard by default. To do so, use the "Report Issue > Request Monitoring for Tests" menu item on the perf dashboard, or email chrome-speed-infra@google.com