acl/lib_acl_cpp/samples/redis/redis_zset_pool/test.sh

6 lines
323 B
Bash
Raw Normal View History

2015-01-30 22:58:13 +08:00
#!/bin/sh
time ./redis_zset_pool -s 127.0.0.1:6380 -n 20000 -c 10 -a zadd -l 10240 -b 1024
time ./redis_zset_pool -s 127.0.0.1:6380 -n 20000 -c 10 -a zrange -l 10240 -b 1024 -S
time ./redis_zset_pool -s 127.0.0.1:6380 -n 20000 -c 10 -a zrange -l 10240 -b 1024
time ./redis_zset_pool -s 127.0.0.1:6380 -n 20000 -c 10 -a del