[PATCH 3/3] perf bench numa: fix wrong benchmark configuration

2020-07-06 Thread Alexander Gordeev
This update fixes a wrong number of processes for one benchmark and consolidates two others in a unified way. Signed-off-by: Alexander Gordeev --- tools/perf/bench/numa.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c

[PATCH 3/3] perf bench numa: fix wrong benchmark configuration

2020-06-29 Thread Alexander Gordeev
This update fixes a wrong number of processes for one benchmark and re-groups two others in a more unified way. Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Signed-off-by: Alexander Gordeev --- tools/perf/bench/numa.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git