redis / redis-benchmarks-specification

The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allocation of CPU resources

slice4e opened this issue · comments

In some test cases we are doing -c 50, but we are requesting only 2 CPUs in the resources section.
Is that OK?
For example, see: memtier_benchmark-1Mkeys-string-get-100B.yml
Should that stay somewhat aligned?

We should automatically measure the CPU usage of the client during the tests. if somehow the CPU is near the threshold we should recommend increasing it.