Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Update cgmemtime path
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Nov 20, 2019
1 parent b7a0b7d commit 087f0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newRunCPUMemTestExternal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function runTest(){
echo "Site : $3" | tee -a "$1_cpu_memory_output.txt"
rm -f /tmp/cgmemtime_out.txt

taskset -c $2 /home/shr/Code/cgmemtime/cgmemtime ./mach run "$3" --setpref browser.sessionstore.resume_from_crash=false --setpref toolkit.startup.max_resumed_crashes=-1 > /dev/null 2>&1&
taskset -c $2 ../cgmemtime/cgmemtime ./mach run "$3" --setpref browser.sessionstore.resume_from_crash=false --setpref toolkit.startup.max_resumed_crashes=-1 > /dev/null 2>&1&
CGPID=$!
FFMACHPID=$(pgrep -P $CGPID)

Expand Down

0 comments on commit 087f0cf

Please sign in to comment.