Skip to content

Add experimental/README.md #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions experimental/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Experimental Workloads

Experimental Speedometer workloads can be used for workloads that do not
directly meet the criteria for official workloads:

- Incubation of new workloads
- Edge-cases that don't work well in the official setup
- Testing features that aren't fully shipped in all browsers

The main purpose is to have a space for low-friction contributions to
experiment with new ideas. There is no explicit requirement to promote
experimental workloads to the official selection.

## Review Process

Contributions to experimental workloads can be merged with the approval from a
single vendor.

This is the opposite from official workloads that are scored, where we require
approval from all vendors.

## Requirements

- Stored in the `/experimental` folder
- Disabled by default and thus do not contribute to the official score
- Use the `experimental` tag in the Suites declaration

## Hosting

Experimental workloads will not be officially hosted on Speedometer releases on
<https://browserbench.org>, unlike the official workloads.
Loading