From fb41a7da3294b52a25e80d80719e80ea02e8ebd2 Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:59:28 +0300 Subject: [PATCH] chore: add CPU pinning Ref: https://github.com/nodejs/build/issues/3657#issuecomment-2041534992 --- benchmarks/community-benchmark/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/community-benchmark/run.sh b/benchmarks/community-benchmark/run.sh index c0babec..25f2cf1 100644 --- a/benchmarks/community-benchmark/run.sh +++ b/benchmarks/community-benchmark/run.sh @@ -101,7 +101,7 @@ fi fileName=output`date +%d%m%y-%H%M%S`.csv echo "Output will be saved to $fileName" pwd -./node-master benchmark/compare.js --old ./node-master --new ./node-pr $FILTER $RUNS -- $CATEGORY | tee $fileName +./node-master benchmark/compare.js --set CPUSET=0 --old ./node-master --new ./node-pr $FILTER $RUNS -- $CATEGORY | tee $fileName cat $fileName | Rscript benchmark/compare.R mv $fileName $startDir