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

Remove redundant benchmark tests #169

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Open the network inspector in Chrome or Firefox and ensure 'preserve log' is tic

**Important:** The captured test should not include the `/session` endpoint.

After the test is complete, right-click on one of the requests in the network inspector and save the log as a HAR file. To generate a requests file from the HAR file run:
After the test is complete, right-click on one of the requests in the network inspector and save the log as a HAR file.

To generate a requests file from the HAR file run:

```bash
poetry run python generate_requests.py <HAR_FILEPATH> <REQUESTS_FILEPATH> <SCHEMA_NAME>
Expand Down Expand Up @@ -167,7 +169,7 @@ helm tiller run \
- helm upgrade --install \
- runner-benchmark \
- k8s/helm \
- --set requestsJson=requests/census_individual_gb_eng.json \
- --set requestsJson=requests/test_checkbox.json \
- --set locustOptions="--clients 1000 --spawn-rate 50 -L WARNING" \
- --set host=https://your-runner.gcp.dev.eq.ons.digital \
- --set container.image=europe-west2-docker.pkg.dev/ons-eq-ci/docker-images/eq-benchmark-deploy-image:latest
Expand Down
135 changes: 0 additions & 135 deletions requests/feedback.json

This file was deleted.

220 changes: 0 additions & 220 deletions requests/individual_response.json

This file was deleted.