Skip to content

Commit 204ffbb

Browse files
n0nag0nCopilot
andauthored
Update tests/performance/performance_tests.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ecb93f commit 204ffbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/performance/performance_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
URL="http://firefly74.com/flight-test/test-static"
3+
# Allow URL to be set via environment variable or first command-line argument, default to localhost for safety
4+
URL="${URL:-${1:-http://localhost:8080/test-static}}"
45
REQUESTS=1000
56
CONCURRENCY=10
67
ITERATIONS=10

0 commit comments

Comments
 (0)