diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/talos/perfdocs/config.yml | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/talos/perfdocs/config.yml')
-rw-r--r-- | testing/talos/perfdocs/config.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testing/talos/perfdocs/config.yml b/testing/talos/perfdocs/config.yml index bbc71a74aa..cebfed5571 100644 --- a/testing/talos/perfdocs/config.yml +++ b/testing/talos/perfdocs/config.yml @@ -607,7 +607,13 @@ suites: - source: - type: `Page load`_ - reporting: time from *performance.timing.navigationStart* to *pagerendered* event in ms (lower is better) - - data: load a PDF 20 times + - data: loads a PDF 5 times + - description: + | Runs through a set of chunks. Each chunk runs 100 PDFs with 5 iterations each. + If --pdfPaintChunk is not used when running the test locally, all PDFs will be tested + by default with only 1 cycle each. The PDFs that are run are found in the Mozilla pdf.js + repository, and this test pulls those in for testing locally through a toolchain artifact + called talos-pdfs. perf_reftest: > - contact: :emilio and css/layout team - source: `perf-reftest <https://dxr.mozilla.org/mozilla-central/source/testing/talos/talos/tests/perf-reftest>`__ |