Roll JetStream main from f121640d7bc0 to ba180b5cec3c (2 revisions)

https://chromium.googlesource.com/external/github.com/WebKit/JetStream.git/+log/f121640d7bc0..ba180b5cec3c

2025-09-03 camillobruni@users.noreply.github.com More consistent metric reporting  (#175)
2025-09-03 camillobruni@users.noreply.github.com Minor browser test improvements (#177)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/jetstream-main-web-workload
Please CC leszeks@google.com,nicohartmann@google.com,v8-waterfall-gardeners@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Web Workload: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: leszeks@google.com,nicohartmann@google.com
Change-Id: Icc617c1c7eec668c926f530c5a2b455ed6836863
Reviewed-on: https://chromium-review.googlesource.com/c/web-workload/+/6911398
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
2 files changed
tree: 59022167945a5ac18ae5915459cb9c7aa36aadb1
  1. help/
  2. public/
  3. .firebaserc
  4. .gitignore
  5. .gitmodules
  6. .style.yapf
  7. .vpython3
  8. deploy-main.sh
  9. deploy-subdomains.sh
  10. DEPS
  11. firebase.json
  12. LICENSE
  13. README.md
  14. setup.sh
  15. stage-main.sh
  16. test_deployment.py
README.md

Chromium Workloads

This is the source for the chromium workloads page. We keep copies and versions of common press benchmarks and other statically hosted workloads here.

Workloads might have custom licenses that can be found in their respective folders.

It consist of 3 parts:

  • The workloads.json description file with all workloads.
  • Workloads (e.g. existing press benchmarks) in the public folder.
  • The html / javascript code to display the data from workloads.json.

Workloads

If possible workloads are DEPS-rolled from single-version branches. on forked repositories on https://chromium.googlesource.com.

LICENSEs are part of the respective workloads or workload versions.

Sources

Setup ⚒️

mkdir web-workload && cd web-workload;

# Checkout using depot_tools's fetch command:
fetch web-workload;
cd web-workload

# Setup firebase login:
# - Install the firebase cl: https://firebase.google.com/docs/cli#install_the_firebase_cli
# - Setup firebase:
./setup.sh

Deployment 🚀

chromium-workloads is hosted on firebase.

  • Use stage-main.sh to stage a testing version for the main page on temporary domain (can be used for testing freely)

Danger Zone 😱

Update and Redeployment

  • git pull
  • gclient sync
  • Testing:
    • ./stage-main.sh
    • Quickly manually very that main page and benchmark versions load correctly.
    • Run the latest tracked benchmark versions.
  • Deployment:
    • Deploy using ./deploy-main.sh
    • Also deploy the subdomain hosting ./deploy-subdomains.sh

Emergency Rollback 😰

In case of a broken deployment we can manually restore an old version via the firebase console. firebase console

  • Open the firebase console
  • Open “Hosting”
  • “View” main “chromium-workloads” site
  • “Restore” one of the “Previous releases”