From cf43317fc3bd90d441c2b2821b31bf0a8e0b2933 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Wed, 2 Jul 2025 11:32:53 +0200 Subject: [PATCH 1/3] add README --- experimental/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 experimental/README.md diff --git a/experimental/README.md b/experimental/README.md new file mode 100644 index 000000000..1a6768853 --- /dev/null +++ b/experimental/README.md @@ -0,0 +1,33 @@ +# 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 strict 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 +browserbench.org, unlike the official workloads. \ No newline at end of file From 6f30d7836547c6ec3b1ef380970647bf976bd272 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Wed, 2 Jul 2025 11:34:33 +0200 Subject: [PATCH 2/3] fix --- experimental/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 1a6768853..2ae63b86c 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -8,7 +8,7 @@ directly meet the criteria for official workloads: - 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 strict requirement to promote +experiment with new ideas. There is no explicit requirement to promote experimental workloads to the official selection. @@ -30,4 +30,4 @@ approval from all vendors. ## Hosting Experimental workloads will not be officially hosted on Speedometer releases on -browserbench.org, unlike the official workloads. \ No newline at end of file +, unlike the official workloads. \ No newline at end of file From f1d5dbbfcc8a9df543071bb4afa05b37d3607575 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Wed, 2 Jul 2025 13:30:14 +0200 Subject: [PATCH 3/3] formatting --- experimental/README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 2ae63b86c..c99209b24 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -3,15 +3,14 @@ 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 +- 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 @@ -20,14 +19,13 @@ 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 - +- 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 -, unlike the official workloads. \ No newline at end of file +, unlike the official workloads.