Update stress_runner.sh

This commit is contained in:
Kseniia Sumarokova 2024-10-16 16:39:47 +02:00 committed by GitHub
parent 8fa5dd7d45
commit 21fce56dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"