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 bec7e54 commit 2181618Copy full SHA for 2181618
tools/stress_test.sh
@@ -27,6 +27,7 @@ read -a JSON_TINY_TARGETS <<< $(replicate "json/nodes")
27
read -a JSON_SMALL_TARGETS <<< $(replicate "json/info")
28
read -a JSON_LARGE_TARGETS <<< $(replicate "json/si")
29
read -a JSON_LARGER_TARGETS <<< $(replicate "json/fxdata")
30
+read -a INDEX_TARGETS <<< $(replicate "")
31
32
# Expand target URLS to full arguments for curl
33
TARGETS=(${TARGET_STR[@]})
0 commit comments