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 c6bcafb commit 04e594bCopy full SHA for 04e594b
.github/workflows/perf-testing-setup.yml
@@ -98,7 +98,7 @@ jobs:
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
docker exec $container_id sh -c "ls -ltr /home/site/wwwroot"
101
- docker exec $container_id sh -c "find / -name helloperf.svg -not -path '/proc/*' -not -path '/sys/*' -not -path '/dev/*'"
+ # docker exec $container_id sh -c "find / -name helloperf.svg -not -path '/proc/*' -not -path '/sys/*' -not -path '/dev/*'"
102
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
103
104
- name: Upload profiling result to artifact
0 commit comments