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-20 09:46:17 +0000 |
| commit | efecd89158cfd0e7ba34cee9d70fd24849d7c533 (patch) | |
| tree | b3e395214ee5880b454fdf46c5c78de854bbf419 /reproducers/memcached.basic.sh | |
| parent | a46ed05611d4fd2d6663d1b9265e9426c17a63ad (diff) | |
| download | focaccia-efecd89158cfd0e7ba34cee9d70fd24849d7c533.tar.gz focaccia-efecd89158cfd0e7ba34cee9d70fd24849d7c533.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 + |