Skip to content

Commit 8d945d6

Browse files
committed
tests: fix artillery script
1 parent 23448d8 commit 8d945d6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ After setting up and running the tests for the first time following the steps ab
278278

279279
### Load tests
280280

281-
Load tests are provided in the [tests/src/load](./tests/src/load/) folder. You can run them with:
281+
We use [Artillery](https://github.com/artilleryio/artillery) to run load tests. The load test configuration is provided in the [tests/gateway_load_tests.yml](./tests/gateway_load_tests.yml) file and the source code is provided in the [tests/src/load](./tests/src/load/) folder. You can run them with:
282282

283283
```
284284
./scripts/run_load_test.sh

scripts/ci_cd_test_load.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mkdir -p reports
3838

3939
# Run load tests
4040
echo "Running load tests..."
41-
LOG_LEVEL=error npx artillery run load/gateway_load_tests.yml --output reports/gateway_load_tests.json
41+
LOG_LEVEL=error npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
4242

4343
echo "Results:"
4444
cat reports/gateway_load_tests.json

scripts/run_load_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir -p reports
1313

1414
# Run load tests
1515
echo "Running load tests..."
16-
LOG_LEVEL=debug npx artillery run load/gateway_load_tests.yml --output reports/gateway_load_tests.json
16+
LOG_LEVEL=debug npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
1717

1818
# Generate HTML report
1919
# Note: this command will be deprecated in future versions of artillery
File renamed without changes.

0 commit comments

Comments
 (0)