Skip to content

Commit

Permalink
chore: add CPU pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Apr 8, 2024
1 parent 5986138 commit 7471608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/benchmarks/community-benchmark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7471608

Please sign in to comment.