-
Hello Valkey Community, This is my configuration - following was added to original valkey.conf I tried to run valkey-benchmark with this configuration and without, but have similar results. There are some logs below. I tried two tests.
*** No threads ***
nothing to commit, working tree clean Latency by percentile distribution: Summary: *** Multithreading: valkey.conf : 4 threads ****** valkey/src ./valkey-server ../valkey.conf
Latency by percentile distribution: Summary: valkey/src ./valkey-cli INFO |grep thread |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 17 replies
-
I would suggest leaving them to default, which are How many cores are there on your Mac? It looks like you were running valkey-benchmark with 4 threads too and I don't see any efforts in isolating the two processes (via |
Beta Was this translation helpful? Give feedback.
-
@valerymo There are some issues I see with your test:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Sorry but... Is this option even supported in valkey? If so, why isn't it documented. |
Beta Was this translation helpful? Give feedback.
@valerymo
I tried to reproduce your benchmark on the 16 core ARM machine (AWS graviton2 machine)
I got a much better results with io-threads:
with io-threads:
without:
Can you maybe share the complete configuration file?