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-03 12:36:30 +0000 |
| commit | a1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e (patch) | |
| tree | 0333921f1575fd168129ecf64d97a34bbc8c00d6 /reproducers/memcached.basic.sh | |
| parent | 417d4df76ae88e5b7e1fe9e5085646e51fc9e276 (diff) | |
| download | focaccia-a1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e.tar.gz focaccia-a1b09cbe4fc14e653c84b07f39ebd9ccb5f9711e.zip | |
Add basic support for memcached
Diffstat (limited to 'reproducers/memcached.basic.sh')
| -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 + |