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-03 12:36:30 +0000
commita1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e (patch)
tree0333921f1575fd168129ecf64d97a34bbc8c00d6 /reproducers/memcached.basic.sh
parent417d4df76ae88e5b7e1fe9e5085646e51fc9e276 (diff)
downloadfocaccia-a1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e.tar.gz
focaccia-a1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e.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
+