Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple saves #149

Merged
merged 7 commits into from
Dec 16, 2024
Merged

Add multiple saves #149

merged 7 commits into from
Dec 16, 2024

Conversation

bmtcril
Copy link
Contributor

@bmtcril bmtcril commented Dec 10, 2024

Adds ability to simulate multiple course publishes and user profile saves to get more accurate performance results.

Closes: #114
Closes: #148

Adds the ability to fake how many times a course was published or a user
profile saved. In the real world these are drivers of table size and we
should exercise the "most recent block" / "most recent profile" code
more.
When doing S3 CSV generation and loads it required a lot of unnecessary
switching back and forth between types in the config. Now as long as the
correct keys exist it won't complain.
Based on feedback from live sites, we've recalculated the proportions of
event types. This takes an average of 4 different live sites to find a
reasonable middle ground. Site configuration and course design play
large roles in these distributions in real life.
Something like a 1000% performance improvment on writing the course
blocks.
@bmtcril bmtcril merged commit 37d633e into main Dec 16, 2024
4 checks passed
@bmtcril bmtcril deleted the bmtcril/add_multiple_saves branch December 16, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update EVENT_LOAD proportions based on observed reality Increase number of course blocks and user profiles
2 participants