Skip to content

Commit

Permalink
Archive Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Archivizer committed Nov 22, 2024
1 parent 822ecfc commit 97f214d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 170 deletions.
100 changes: 15 additions & 85 deletions data/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -14086,11 +14086,11 @@
"rollout": [
{
"treatment": 2,
"percentage": 48,
"percentage": 50,
"ranges": [
{
"start": 100,
"end": 4900
"start": 0,
"end": 5000
}
]
}
Expand Down Expand Up @@ -22496,91 +22496,13 @@
"id": "2024-10_user_profile_panel_recent_activity",
"label": "User Profile Panel Recent Activity",
"hash": 686077637,
"kind": "user",
"treatments": [
{
"id": 1,
"label": "Recent activity in user profile panels enabled",
"config": {
"recentActivityEnabled": true
}
}
],
"populations": [
{
"rollout": [
{
"treatment": 0,
"percentage": 5,
"ranges": [
{
"start": 3600,
"end": 4100
}
]
}
]
},
{
"rollout": [
{
"treatment": 1,
"percentage": 5,
"ranges": [
{
"start": 4100,
"end": 4600
}
]
}
]
}
]
"kind": "user"
},
{
"id": "2024-10_user_profile_panel_recent_activity_status",
"label": "User Profile Panel Recent Activity Status",
"hash": 2843610715,
"kind": "user",
"treatments": [
{
"id": 1,
"label": "Recent activity in user profile panels and status in private channels list enabled",
"config": {
"recentActivityStatusEnabled": true
}
}
],
"populations": [
{
"rollout": [
{
"treatment": 0,
"percentage": 5,
"ranges": [
{
"start": 4600,
"end": 5100
}
]
}
]
},
{
"rollout": [
{
"treatment": 1,
"percentage": 5,
"ranges": [
{
"start": 5100,
"end": 5600
}
]
}
]
}
]
"kind": "user"
},
{
"id": "2024-10_voice_icon_states",
Expand Down Expand Up @@ -22699,11 +22621,15 @@
"rollout": [
{
"treatment": 0,
"percentage": 11,
"percentage": 21,
"ranges": [
{
"start": 0,
"end": 1100
},
{
"start": 2000,
"end": 3000
}
]
}
Expand All @@ -22713,7 +22639,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 10,
"percentage": 20,
"ranges": [
{
"start": 100,
Expand All @@ -22722,6 +22648,10 @@
{
"start": 1100,
"end": 2000
},
{
"start": 3000,
"end": 4000
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions data/user/2024-02_image_load_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"rollout": [
{
"treatment": 2,
"percentage": 48,
"percentage": 50,
"ranges": [
{
"start": 100,
"end": 4900
"start": 0,
"end": 5000
}
]
}
Expand Down
41 changes: 1 addition & 40 deletions data/user/2024-10_user_profile_panel_recent_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,5 @@
"id": "2024-10_user_profile_panel_recent_activity",
"label": "User Profile Panel Recent Activity",
"hash": 686077637,
"kind": "user",
"treatments": [
{
"id": 1,
"label": "Recent activity in user profile panels enabled",
"config": {
"recentActivityEnabled": true
}
}
],
"populations": [
{
"rollout": [
{
"treatment": 0,
"percentage": 5,
"ranges": [
{
"start": 3600,
"end": 4100
}
]
}
]
},
{
"rollout": [
{
"treatment": 1,
"percentage": 5,
"ranges": [
{
"start": 4100,
"end": 4600
}
]
}
]
}
]
"kind": "user"
}
41 changes: 1 addition & 40 deletions data/user/2024-10_user_profile_panel_recent_activity_status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,5 @@
"id": "2024-10_user_profile_panel_recent_activity_status",
"label": "User Profile Panel Recent Activity Status",
"hash": 2843610715,
"kind": "user",
"treatments": [
{
"id": 1,
"label": "Recent activity in user profile panels and status in private channels list enabled",
"config": {
"recentActivityStatusEnabled": true
}
}
],
"populations": [
{
"rollout": [
{
"treatment": 0,
"percentage": 5,
"ranges": [
{
"start": 4600,
"end": 5100
}
]
}
]
},
{
"rollout": [
{
"treatment": 1,
"percentage": 5,
"ranges": [
{
"start": 5100,
"end": 5600
}
]
}
]
}
]
"kind": "user"
}
12 changes: 10 additions & 2 deletions data/user/2024-11_activity_popout_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
"rollout": [
{
"treatment": 0,
"percentage": 11,
"percentage": 21,
"ranges": [
{
"start": 0,
"end": 1100
},
{
"start": 2000,
"end": 3000
}
]
}
Expand All @@ -51,7 +55,7 @@
"rollout": [
{
"treatment": 1,
"percentage": 10,
"percentage": 20,
"ranges": [
{
"start": 100,
Expand All @@ -60,6 +64,10 @@
{
"start": 1100,
"end": 2000
},
{
"start": 3000,
"end": 4000
}
]
}
Expand Down

0 comments on commit 97f214d

Please sign in to comment.