We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5088cc8 commit 8325a99Copy full SHA for 8325a99
.github/workflows/perf-testing-setup.yml
@@ -97,9 +97,9 @@ jobs:
97
# docker exec $container_id sh -c "kill -2 $py_spy_id"
98
py_spy_id=$(docker exec $container_id sh -c "ps aux | grep '[p]y-spy record'" | awk '{print $2}')
99
echo "Py-Spy pid is $py_spy_id"
100
+ sleep 40
101
docker exec $container_id sh -c "ls -ltr /home/site/wwwroot"
102
docker exec $container_id sh -c "ls -ltr"
- sleep 40
103
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
104
105
- name: Upload profiling result to artifact
0 commit comments