mirror of
https://github.com/wled/WLED.git
synced 2025-04-25 15:27:19 +00:00
stress_test: Add code for logging responses
This commit is contained in:
parent
509cbdf476
commit
5582bbac60
@ -15,6 +15,7 @@ REPLICATE_COUNT=$(("${3:-10}"))
|
||||
PARALLEL_MAX=${PARALLEL_MAX:-50}
|
||||
|
||||
CURL_ARGS="--compressed --parallel --parallel-immediate --parallel-max ${PARALLEL_MAX}"
|
||||
CURL_PRINT_RESPONSE_ARGS="-w %{http_code}\n"
|
||||
|
||||
JSON_TARGETS=('json/state' 'json/info' 'json/si', 'json/palettes' 'json/fxdata' 'settings/s.js?p=2')
|
||||
FILE_TARGETS=('' 'iro.js' 'rangetouch.js' 'settings' 'settings/wifi')
|
||||
|
Loading…
x
Reference in New Issue
Block a user