mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
stress_test: Make it worse
Read 40 copies!
This commit is contained in:
parent
0191af412b
commit
541d3f286a
@ -18,8 +18,9 @@ JSON_TARGETS=('json/state' 'json/info' 'json/si', 'json/palettes' 'json/fxdata'
|
||||
FILE_TARGETS=('' 'iro.js' 'rangetouch.js' 'settings' 'settings/wifi')
|
||||
# Replicate one target many times
|
||||
function replicate() {
|
||||
printf "${1}?%d " {1..8}
|
||||
printf "${1}?%d " {1..40}
|
||||
}
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user