Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f158a11
Commit
6f158a11
authored
Jun 01, 2021
by
Nicolas Dular
Committed by
Alper Akgun
Jun 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recommend gitlab-experiment framework
parent
d7940719
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
doc/development/experiment_guide/experimentation.md
doc/development/experiment_guide/experimentation.md
+3
-0
doc/development/experiment_guide/index.md
doc/development/experiment_guide/index.md
+2
-8
No files found.
doc/development/experiment_guide/experimentation.md
View file @
6f158a11
...
...
@@ -6,6 +6,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Create an A/B test with `Experimentation Module`
NOTE:
We recommend using
[
GLEX
](
gitlab_experiment.md
)
for new experiments.
## Implement the experiment
1.
Add the experiment to the
`Gitlab::Experimentation::EXPERIMENTS`
hash in
...
...
doc/development/experiment_guide/index.md
View file @
6f158a11
...
...
@@ -46,16 +46,10 @@ One is built into GitLab directly and has been around for a while (this is calle
to as
`Gitlab::Experiment`
-- GLEX for short.
Both approaches use
[
experiment
](
../feature_flags/index.md#experiment-type
)
feature flags
, and there is currently no strong suggestion to use one over the other
.
feature flags
. We recommend using GLEX rather than
`Experimentation Module`
for new experiments
.
| Feature |
`Experimentation Module`
| GLEX |
| -------------------- |------------------------- | ---- |
| Record user grouping | Yes | No |
| Uses feature flags | Yes | Yes |
| Multivariate (A/B/n) | No | Yes |
-
[
Implementing an A/B experiment using `Experimentation Module`
](
experimentation.md
)
-
[
Implementing an A/B/n experiment using GLEX
](
gitlab_experiment.md
)
-
[
Implementing an A/B experiment using `Experimentation Module`
](
experimentation.md
)
Historical Context:
`Experimentation Module`
was built iteratively with the needs that
appeared while implementing Growth sub-department experiments, while GLEX was built
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment