Skip to content

Commit 8325a99

Browse files
authored
Update perf-testing-setup.yml
1 parent 5088cc8 commit 8325a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf-testing-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
# docker exec $container_id sh -c "kill -2 $py_spy_id"
9898
py_spy_id=$(docker exec $container_id sh -c "ps aux | grep '[p]y-spy record'" | awk '{print $2}')
9999
echo "Py-Spy pid is $py_spy_id"
100+
sleep 40
100101
docker exec $container_id sh -c "ls -ltr /home/site/wwwroot"
101102
docker exec $container_id sh -c "ls -ltr"
102-
sleep 40
103103
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
104104
105105
- name: Upload profiling result to artifact

0 commit comments

Comments
 (0)