Skip to content

Conversation

@lbeaufort
Copy link
Member

@lbeaufort lbeaufort commented Nov 20, 2025

Ticket link: https://fecgov.atlassian.net/browse/FECFILE-2668

Related PRs: fecgov/fecfile-api-proxy#37

Need these services running

cf create-service aws-rds small-psql-redundant load-fecfile-api-rds
cf create-service aws-elasticache-redis redis-3node load-fecfile-api-redis -c '{"engineVersion": "7.0"}'
cf create-service s3 basic load-fecfile-api-s3

Turn on pg_stat_statements

https://fecgov.atlassian.net/browse/FECFILE-256

cf connect-to-service -no-client load-fecfile-web-api load-fecfile-api-rds
(in a new tab)
pgcli --dbname <> --host localhost --username <> --port <>
CREATE EXTENSION pg_stat_statements

Load data

cf run-task load-fecfile-web-api --command "python django-backend/manage.py gen_locust_load_test_data --number_of_committees 1000 --number_of_transactions 50 --base_committee_number 44444444" --name "load-1000-committees-lb"
cf logs load-fecfile-web-api | grep load-1000-committees-lb

@lbeaufort lbeaufort force-pushed the 2414-load-test-mirror branch from 815cb94 to 4b2d99f Compare January 7, 2026 01:57
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