We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895ea78 commit 4c97207Copy full SHA for 4c97207
scripts/ci_cd_test_load.sh
@@ -35,7 +35,7 @@ mkdir -p reports
35
36
# Run load tests
37
echo "Running load tests..."
38
-LOG_LEVEL=debug npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
+LOG_LEVEL=error npx artillery run gateway_load_tests.yml --output reports/gateway_load_tests.json
39
40
echo "Stopping gateway..."
41
kill $gateway_pid
0 commit comments