From: Jérôme Benoit Date: Sun, 17 Sep 2023 16:19:03 +0000 (+0200) Subject: perf: name internal benchmark properly X-Git-Tag: v2.7.0~26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=405896a3afd9920cebdb9bfd1e9918bfd8bfe448;p=poolifier.git perf: name internal benchmark properly Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/benchmarks-utils.mjs b/benchmarks/benchmarks-utils.mjs index 1d5ad2406..b3f326b78 100644 --- a/benchmarks/benchmarks-utils.mjs +++ b/benchmarks/benchmarks-utils.mjs @@ -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 () => {