Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5baf59f commit f9625faCopy full SHA for f9625fa
2 files changed
benchmark-chromium.sh
@@ -34,7 +34,7 @@ for i in {01..$run_count}; do
34
xdotool search --sync --onlyvisible --pid $pid --class google-chrome windowsize 1024 740
35
"$script_dir/custom-chromium-window-commands.sh" $pid
36
37
- sleep 5
+ sleep 10
38
# Close that window gracefully. Chromium does not write a trace file if sent a SIGTERM.
39
printf 'Closing window'
40
while kill -0 $pid 2> /dev/null; do
benchmark-servo.sh
@@ -24,7 +24,7 @@ for i in {01..$run_count}; do
24
25
"$script_dir/custom-servo-window-commands.sh" $pid
26
27
28
29
30
kill $pid
0 commit comments