From ea978423c017f9eea4c8fd15610d464de491d554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Tue, 30 Jan 2024 13:59:55 +0100 Subject: [PATCH] slightly modify the debug benchmark descriptor to contain multiple threads and also a batch --- .../copy-debug-n0ton0-cpu.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/benchmarks/benchmark-descriptors/copy-debug-n0ton0-cpu.json b/benchmarks/benchmark-descriptors/copy-debug-n0ton0-cpu.json index 6f938bf..7008292 100755 --- a/benchmarks/benchmark-descriptors/copy-debug-n0ton0-cpu.json +++ b/benchmarks/benchmark-descriptors/copy-debug-n0ton0-cpu.json @@ -1,5 +1,5 @@ { - "count": 1, + "count": 2, "list": [ { "affinity": { @@ -11,6 +11,17 @@ "size": 1024, "batch_size": 0 } + }, + { + "affinity": { + "nnode_dst": 0, + "nnode_src": 0, + "node": 0 + }, + "task": { + "size": 1024, + "batch_size": 10 + } } ], "path": "sw",