Skip to content

Commit 04e594b

Browse files
authored
Update perf-testing-setup.yml
1 parent c6bcafb commit 04e594b

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
@@ -98,7 +98,7 @@ jobs:
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"
100100
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/*'"
101+
# docker exec $container_id sh -c "find / -name helloperf.svg -not -path '/proc/*' -not -path '/sys/*' -not -path '/dev/*'"
102102
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
103103
104104
- name: Upload profiling result to artifact

0 commit comments

Comments
 (0)