mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +00:00
stress_test: Add replicated index as a target
No locking contention, but a much larger target
This commit is contained in:
parent
bec7e54f7f
commit
2181618357
@ -27,6 +27,7 @@ read -a JSON_TINY_TARGETS <<< $(replicate "json/nodes")
|
||||
read -a JSON_SMALL_TARGETS <<< $(replicate "json/info")
|
||||
read -a JSON_LARGE_TARGETS <<< $(replicate "json/si")
|
||||
read -a JSON_LARGER_TARGETS <<< $(replicate "json/fxdata")
|
||||
read -a INDEX_TARGETS <<< $(replicate "")
|
||||
|
||||
# Expand target URLS to full arguments for curl
|
||||
TARGETS=(${TARGET_STR[@]})
|
||||
|
Loading…
x
Reference in New Issue
Block a user