Skip to content

Commit

Permalink
Archive Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Archivizer committed Jan 23, 2025
1 parent 76f24fc commit 62cbc38
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 16 deletions.
36 changes: 28 additions & 8 deletions data/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -14250,10 +14250,14 @@
"rollout": [
{
"treatment": 2,
"percentage": 50,
"percentage": 45,
"ranges": [
{
"start": 0,
"start": 100,
"end": 2000
},
{
"start": 2400,
"end": 5000
}
]
Expand Down Expand Up @@ -18925,7 +18929,7 @@
"rollout": [
{
"treatment": 0,
"percentage": 26,
"percentage": 51,
"ranges": [
{
"start": 0,
Expand All @@ -18938,6 +18942,10 @@
{
"start": 2000,
"end": 3500
},
{
"start": 5000,
"end": 7500
}
]
}
Expand All @@ -18947,7 +18955,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 25,
"percentage": 50,
"ranges": [
{
"start": 100,
Expand All @@ -18964,6 +18972,10 @@
{
"start": 3500,
"end": 5000
},
{
"start": 7500,
"end": 10000
}
]
}
Expand Down Expand Up @@ -20338,7 +20350,7 @@
"rollout": [
{
"treatment": 0,
"percentage": 26,
"percentage": 51,
"ranges": [
{
"start": 0,
Expand All @@ -20351,6 +20363,10 @@
{
"start": 2000,
"end": 3500
},
{
"start": 5000,
"end": 7500
}
]
}
Expand All @@ -20360,7 +20376,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 25,
"percentage": 50,
"ranges": [
{
"start": 100,
Expand All @@ -20377,6 +20393,10 @@
{
"start": 3500,
"end": 5000
},
{
"start": 7500,
"end": 10000
}
]
}
Expand Down Expand Up @@ -22012,11 +22032,11 @@
"rollout": [
{
"treatment": 2,
"percentage": 10,
"percentage": 25,
"ranges": [
{
"start": 0,
"end": 1000
"end": 2500
}
]
}
Expand Down
8 changes: 6 additions & 2 deletions data/user/2024-02_image_load_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
"rollout": [
{
"treatment": 2,
"percentage": 50,
"percentage": 45,
"ranges": [
{
"start": 0,
"start": 100,
"end": 2000
},
{
"start": 2400,
"end": 5000
}
]
Expand Down
12 changes: 10 additions & 2 deletions data/user/2024-08_blocking_voice_states.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rollout": [
{
"treatment": 0,
"percentage": 26,
"percentage": 51,
"ranges": [
{
"start": 0,
Expand All @@ -39,6 +39,10 @@
{
"start": 2000,
"end": 3500
},
{
"start": 5000,
"end": 7500
}
]
}
Expand All @@ -48,7 +52,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 25,
"percentage": 50,
"ranges": [
{
"start": 100,
Expand All @@ -65,6 +69,10 @@
{
"start": 3500,
"end": 5000
},
{
"start": 7500,
"end": 10000
}
]
}
Expand Down
12 changes: 10 additions & 2 deletions data/user/2024-09_blocking_voice_states_blockee.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rollout": [
{
"treatment": 0,
"percentage": 26,
"percentage": 51,
"ranges": [
{
"start": 0,
Expand All @@ -39,6 +39,10 @@
{
"start": 2000,
"end": 3500
},
{
"start": 5000,
"end": 7500
}
]
}
Expand All @@ -48,7 +52,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 25,
"percentage": 50,
"ranges": [
{
"start": 100,
Expand All @@ -65,6 +69,10 @@
{
"start": 3500,
"end": 5000
},
{
"start": 7500,
"end": 10000
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions data/user/2024-11_application_reporting_flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"rollout": [
{
"treatment": 2,
"percentage": 10,
"percentage": 25,
"ranges": [
{
"start": 0,
"end": 1000
"end": 2500
}
]
}
Expand Down

0 comments on commit 62cbc38

Please sign in to comment.