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

Commit

Permalink
Some more benchmarking script robustness additions
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Feb 10, 2020
1 parent 9119d59 commit ad1f267
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions newRunMicroAVTest
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,18 @@ function runTest(){
pkill -f ProcessSandbox_otherside
pkill -f WebContent
pkill -f firefox
timeout 120s taskset -c $2 ./mach talos-test --activeTests "vpx_perf" 2>&1 | tee -a "$1_terminal_output.txt"
sleep 5
timeout 90s taskset -c $2 ./mach talos-test --activeTests "vpx_perf" 2>&1 | tee -a "$1_terminal_output.txt"
pkill -f ProcessSandbox_otherside
pkill -f WebContent
pkill -f firefox
timeout 120s taskset -c $2 ./mach talos-test --activeTests "theora_perf" 2>&1 | tee -a "$1_terminal_output.txt"
sleep 5
timeout 90s taskset -c $2 ./mach talos-test --activeTests "theora_perf" 2>&1 | tee -a "$1_terminal_output.txt"
pkill -f ProcessSandbox_otherside
pkill -f WebContent
pkill -f firefox
timeout 120s taskset -c $2 ./mach talos-test --activeTests "vorbis_perf" 2>&1 | tee -a "$1_terminal_output.txt"
sleep 5
timeout 90s taskset -c $2 ./mach talos-test --activeTests "vorbis_perf" 2>&1 | tee -a "$1_terminal_output.txt"
done
done
}
Expand Down

0 comments on commit ad1f267

Please sign in to comment.