Skip to content

Commit dd45ba7

Browse files
authored
Update insider target percentage to 50 in experiment configurations (microsoft#257133)
1 parent b75f5d8 commit dd45ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/coreExperimentation/common/coreExperimentationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const EXPERIMENT_CONFIGURATIONS: Record<string, ExperimentConfiguration> = {
6464
},
6565
insider: {
6666
experimentName: STARTUP_EXPERIMENT_NAME,
67-
targetPercentage: 20,
67+
targetPercentage: 50,
6868
groups: [
6969
// Bump the iteration each time we change group allocations
7070
{ name: StartupExperimentGroup.Control, min: 0.0, max: 0.25, iteration: 1 },

0 commit comments

Comments
 (0)