File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ getMACHINE_THREADS=`cat /proc/cpuinfo |grep processor|tail -n1|awk {'print $3'}`
57
57
let getMACHINE_THREADS=getMACHINE_THREADS+1 # getting threads this way is 0 based. Add one
58
58
optional MACHINE_THREADS $getMACHINE_THREADS
59
59
rm -rf node
60
- git clone http ://github.com/nodejs/node.git
60
+ git clone https ://github.com/nodejs/node.git
61
61
cd node
62
62
case $USE_CASE in
63
63
1)
100
100
fileName=output` date +%d%m%y-%H%M%S` .csv
101
101
echo " Output will be saved to $fileName "
102
102
pwd
103
- ./node-master benchmark/compare.js --old ./node-master --new ./node-pr $FILTER $RUNS -- $CATEGORY | tee $fileName
103
+
104
+ # Run on performance cores
105
+ taskset -c 0-11 ./node-master benchmark/compare.js --old ./node-master --new ./node-pr $FILTER $RUNS -- $CATEGORY | tee $fileName
104
106
105
107
cat $fileName | Rscript benchmark/compare.R
106
108
mv $fileName $startDir
You can’t perform that action at this time.
0 commit comments