File tree Expand file tree Collapse file tree 16 files changed +306
-193
lines changed Expand file tree Collapse file tree 16 files changed +306
-193
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ csv_load_from_s3_after: false
1919# s3_key:
2020# s3_secret:
2121
22-
2322# Ralph / ClickHouse backend configuration
2423# ########################################
2524# backend: ralph_clickhouse
@@ -53,6 +52,10 @@ course_length_days: 120
5352num_organizations : 3
5453num_actors : 10
5554
55+ # This replicates users updating their profiles several times, creating
56+ # more rows
57+ num_actor_profile_changes : 5
58+
5659# How many of each size course to create. The sum of these is the total number
5760# of courses created for the test.
5861num_course_sizes :
@@ -61,6 +64,11 @@ num_course_sizes:
6164 large : 1
6265 huge : 1
6366
67+ # How many times each course will be "published", this creates a more realistic
68+ # distribution of course blocks where each course can be published dozens or
69+ # hundreds of times while it is being developed.
70+ num_course_publishes : 100
71+
6472# Course size configurations, how many of each type of object are created for
6573# each course of this size. "actors" must be less than or equal to "num_actors".
6674# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ course_length_days: 120
2727num_organizations : 3
2828num_actors : 10
2929
30+ # This replicates users updating their profiles several times, creating
31+ # more rows
32+ num_actor_profile_changes : 5
33+
3034# How many of each size course to create. The sum of these is the total number
3135# of courses created for the test.
3236num_course_sizes :
@@ -35,6 +39,11 @@ num_course_sizes:
3539 large : 1
3640 huge : 1
3741
42+ # How many times each course will be "published", this creates a more realistic
43+ # distribution of course blocks where each course can be published dozens or
44+ # hundreds of times while it is being developed.
45+ num_course_publishes : 100
46+
3847# Course size configurations, how many of each type of object are created for
3948# each course of this size. "actors" must be less than or equal to "num_actors".
4049# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change @@ -39,13 +39,22 @@ course_length_days: 120
3939num_organizations : 10
4040num_actors : 2000000
4141
42+ # This replicates users updating their profiles several times, creating
43+ # more rows
44+ num_actor_profile_changes : 5
45+
4246# The sum of these is the total number of courses created for the test
4347num_course_sizes :
4448 small : 100
4549 medium : 400
4650 large : 480
4751 huge : 120
4852
53+ # How many times each course will be "published", this creates a more realistic
54+ # distribution of course blocks where each course can be published dozens or
55+ # hundreds of times while it is being developed.
56+ num_course_publishes : 100
57+
4958course_size_makeup :
5059 small :
5160 actors : 30
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ course_length_days: 120
2020num_organizations : 3
2121num_actors : 10
2222
23+ # This replicates users updating their profiles several times, creating
24+ # more rows
25+ num_actor_profile_changes : 5
26+
2327# How many of each size course to create. The sum of these is the total number
2428# of courses created for the test.
2529num_course_sizes :
@@ -28,6 +32,11 @@ num_course_sizes:
2832 large : 1
2933 huge : 1
3034
35+ # How many times each course will be "published", this creates a more realistic
36+ # distribution of course blocks where each course can be published dozens or
37+ # hundreds of times while it is being developed.
38+ num_course_publishes : 100
39+
3140# Course size configurations, how many of each type of object are created for
3241# each course of this size. "actors" must be less than or equal to "num_actors".
3342# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ course_length_days: 120
2727num_organizations : 3
2828num_actors : 10
2929
30+ # This replicates users updating their profiles several times, creating
31+ # more rows
32+ num_actor_profile_changes : 5
33+
3034# How many of each size course to create. The sum of these is the total number
3135# of courses created for the test.
3236num_course_sizes :
@@ -35,6 +39,11 @@ num_course_sizes:
3539 large : 1
3640 huge : 1
3741
42+ # How many times each course will be "published", this creates a more realistic
43+ # distribution of course blocks where each course can be published dozens or
44+ # hundreds of times while it is being developed.
45+ num_course_publishes : 100
46+
3847# Course size configurations, how many of each type of object are created for
3948# each course of this size. "actors" must be less than or equal to "num_actors".
4049# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ course_length_days: 120
2424num_organizations : 3
2525num_actors : 10
2626
27+ # This replicates users updating their profiles several times, creating
28+ # more rows
29+ num_actor_profile_changes : 5
30+
2731# How many of each size course to create. The sum of these is the total number
2832# of courses created for the test.
2933num_course_sizes :
@@ -32,6 +36,11 @@ num_course_sizes:
3236 large : 1
3337 huge : 1
3438
39+ # How many times each course will be "published", this creates a more realistic
40+ # distribution of course blocks where each course can be published dozens or
41+ # hundreds of times while it is being developed.
42+ num_course_publishes : 100
43+
3544# Course size configurations, how many of each type of object are created for
3645# each course of this size. "actors" must be less than or equal to "num_actors".
3746# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ course_length_days: 120
3939num_organizations : 3
4040num_actors : 10
4141
42+ # This replicates users updating their profiles several times, creating
43+ # more rows
44+ num_actor_profile_changes : 5
45+
4246# How many of each size course to create. The sum of these is the total number
4347# of courses created for the test.
4448num_course_sizes :
@@ -47,6 +51,11 @@ num_course_sizes:
4751 large : 1
4852 huge : 1
4953
54+ # How many times each course will be "published", this creates a more realistic
55+ # distribution of course blocks where each course can be published dozens or
56+ # hundreds of times while it is being developed.
57+ num_course_publishes : 100
58+
5059# Course size configurations, how many of each type of object are created for
5160# each course of this size. "actors" must be less than or equal to "num_actors".
5261# For a course of this size to be created it needs to exist both here and in
Original file line number Diff line number Diff line change 22Scripts to generate fake xAPI data against various backends.
33"""
44
5- __version__ = "1.4.1 "
5+ __version__ = "1.5.0 "
You can’t perform that action at this time.
0 commit comments