mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update stress_runner.sh
This commit is contained in:
parent
8fa5dd7d45
commit
21fce56dcf
@ -92,7 +92,7 @@ fi
|
||||
cache_policy=""
|
||||
if [ $((RANDOM % 3)) -eq 0 ]; then
|
||||
cache_policy="SLRU"
|
||||
else if [ $((RANDOM % 3)) -eq 1 ]; then
|
||||
elif [ $((RANDOM % 3)) -eq 1 ]; then
|
||||
cache_policy="LRU"
|
||||
else
|
||||
cache_policy="SIEVE"
|
||||
|
Loading…
Reference in New Issue
Block a user