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

[SPEC]: To better utilize bare-metal systems - ability to use both CPU sockets

slice4e opened this issue · comments

Improvement/Addition type
Currently we only run 1 test at a time on the bare-metal system.
The benefit is that we have no "noisy neightbor" problem and thus we get very consistent results.
The downside, is that the system utilization is poor - using only a few cores from a system with many cores and 2 sockets.

The "noisy neighbor" problem should be minimal, if we run another concurrent test on the other CPU socket.

We can just go that in the config files...