diff options
| author | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-11-03 12:36:30 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@gmail.com> | 2025-11-19 10:07:41 +0000 |
| commit | 099a86d3c8882e14681b243b0662b8a3dd5ed7a9 (patch) | |
| tree | d4b49187d40bc35418dc3073badf1a320033cad7 /reproducers | |
| parent | dae5b391c2042ca70359cf9c93e62b1d4c903e71 (diff) | |
| download | focaccia-ta/memcached.tar.gz focaccia-ta/memcached.zip | |
Add basic support for memcached ta/memcached
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 + |