Skip to content

Commit 4c97207

Browse files
committed
ci: reduce load tests logs
1 parent 895ea78 commit 4c97207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_cd_test_load.sh

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

3636
# Run load tests
3737
echo "Running load tests..."
38-
LOG_LEVEL=debug npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
38+
LOG_LEVEL=error npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
3939

4040
echo "Stopping gateway..."
4141
kill $gateway_pid

0 commit comments

Comments
 (0)