about summary refs log tree commit diff stats
path: root/reproducers/memcached.basic.sh
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-20 09:46:17 +0000
commitefecd89158cfd0e7ba34cee9d70fd24849d7c533 (patch)
treeb3e395214ee5880b454fdf46c5c78de854bbf419 /reproducers/memcached.basic.sh
parenta46ed05611d4fd2d6663d1b9265e9426c17a63ad (diff)
downloadfocaccia-efecd89158cfd0e7ba34cee9d70fd24849d7c533.tar.gz
focaccia-efecd89158cfd0e7ba34cee9d70fd24849d7c533.zip
Add basic support for memcached
Diffstat (limited to 'reproducers/memcached.basic.sh')
-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
+