about summary refs log tree commit diff stats
path: root/reproducers
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-03 12:36:30 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-19 10:07:41 +0000
commit099a86d3c8882e14681b243b0662b8a3dd5ed7a9 (patch)
treed4b49187d40bc35418dc3073badf1a320033cad7 /reproducers
parentdae5b391c2042ca70359cf9c93e62b1d4c903e71 (diff)
downloadfocaccia-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.sh5
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
+