Clone this repo:

Branches

  1. 08b7e02 Roll JetStream main from 93c7f8c0b086 to 0fc1bfeaf1dc (1 revision) by chromium-autoroll · 12 hours ago main
  2. 6d2ea25 Roll JetStream main from 3b1af037cf06 to 93c7f8c0b086 (1 revision) by chromium-autoroll · 22 hours ago
  3. 5b295ae Roll JetStream main from 6561562fa6e9 to 3b1af037cf06 (2 revisions) by chromium-autoroll · 30 hours ago
  4. 21be801 Roll JetStream main from b3e3f769a2e9 to 6561562fa6e9 (1 revision) by chromium-autoroll · 31 hours ago
  5. fc2c9ab Roll JetStream main from 7ed6f16dda93 to b3e3f769a2e9 (1 revision) by chromium-autoroll · 32 hours ago

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”