Update stateless_runner.sh

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

View File

@ -75,7 +75,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"