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

feat(locustfile): More realistic usage patterns #236

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

KaylaBrady
Copy link
Collaborator

Summary

No ticket, updates while testing for #231

What is this PR for?

This makes load testing more realistic in a few ways:

  • Represents caching of global + map rail shape data, assumes 80% of users have that data cached from the start
  • Fetches data for only stations or stops, never child stops within stations
  • Fetches schedules from nearby transit
  • Longer max wait interval between tasks
  • Picks fewer nearby stops & stations (max 15 instead of max 28)

@KaylaBrady KaylaBrady requested a review from a team as a code owner November 7, 2024 18:26
@KaylaBrady KaylaBrady requested review from EmmaSimon and removed request for a team November 7, 2024 18:26
@KaylaBrady KaylaBrady merged commit 857a5d6 into main Nov 7, 2024
4 checks passed
@KaylaBrady KaylaBrady deleted the kb-load-test-realistic branch November 7, 2024 21:55
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.

2 participants