mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
072cb2e8d9
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
6 lines
252 B
Bash
Executable file
6 lines
252 B
Bash
Executable file
#!/bin/bash
|
|
|
|
memtier_benchmark -p 6379 --command "sadd __key__ __data__" -n 20 --threads=4 \
|
|
-c 10 --command-key-pattern=R --distinct-client-seed -c 30 --data-size=64 \
|
|
--key-prefix="key:" --hide-histogram --random-data --key-maximum=10000
|
|
|