6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#run the occlum benchmark
|
|
./run_occlum_redis_glibc.sh &
|
|
sleep 20
|
|
echo 'start client'
|
|
/usr/local/redis/bin/redis-benchmark -n 1000
|