blob: 8129f884d24d6eee6e1327f675f0392a1bbcef02 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
./hstest test=7 key_mask=9999 host=localhost port=11211 num=10000 \
num_threads=10 timelimit=10 op=R $@
./hstest test=7 key_mask=9999 host=localhost port=11211 num=1000000 \
num_threads=100 timelimit=10 op=G $@
|