diff options
Diffstat (limited to 'reproducers')
| -rw-r--r-- | reproducers/memcached.basic.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reproducers/memcached.basic.sh b/reproducers/memcached.basic.sh new file mode 100644 index 0000000..5ee1f73 --- /dev/null +++ b/reproducers/memcached.basic.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +# Tests memcache +memtier_benchmark -p 11211 -t 4 -c 4 --ratio=1:1 --protocol=memcache_test + |