Skip to content

Commit 2181618

Browse files
committed
stress_test: Add replicated index as a target
No locking contention, but a much larger target
1 parent bec7e54 commit 2181618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/stress_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ read -a JSON_TINY_TARGETS <<< $(replicate "json/nodes")
2727
read -a JSON_SMALL_TARGETS <<< $(replicate "json/info")
2828
read -a JSON_LARGE_TARGETS <<< $(replicate "json/si")
2929
read -a JSON_LARGER_TARGETS <<< $(replicate "json/fxdata")
30+
read -a INDEX_TARGETS <<< $(replicate "")
3031

3132
# Expand target URLS to full arguments for curl
3233
TARGETS=(${TARGET_STR[@]})

0 commit comments

Comments
 (0)