Skip to content

Commit

Permalink
Remove redundant benchmark tests (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer authored Sep 6, 2024
1 parent 25323eb commit 3ff2fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 357 deletions.
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.

0 comments on commit 3ff2fc1

Please sign in to comment.