perf: name internal benchmark properly
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 16:19:03 +0000 (18:19 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Sep 2023 16:19:03 +0000 (18:19 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
benchmarks/benchmarks-utils.mjs

index 1d5ad24066d325b1a8ec37a84e4fc11f3de856c0..b3f326b78b6cfc3b24435ce2e3efd83fdf7bac97 100644 (file)
@@ -100,7 +100,7 @@ export const runPoolifierPoolBenchmark = async (
               Measurements.elu
             ]) {
               suite.add(
-                `${name}|${workerChoiceStrategy}|${measurement}|${
+                `${name} with ${workerChoiceStrategy}, with ${measurement} and ${
                   enableTasksQueue ? 'with' : 'without'
                 } tasks queue`,
                 async () => {
@@ -129,7 +129,7 @@ export const runPoolifierPoolBenchmark = async (
             }
           } else {
             suite.add(
-              `${name}|${workerChoiceStrategy}|${
+              `${name} with ${workerChoiceStrategy} and ${
                 enableTasksQueue ? 'with' : 'without'
               } tasks queue`,
               async () => {