Skip to content

Commit 18bdd06

Browse files
committed
deactivate profier in CI for now
1 parent 6eb9bf0 commit 18bdd06

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/block_replay.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ jobs:
4040
echo 230080 > conversion.txt
4141
./geth import --datadir=../.ethereum /home/devops/verkle-test-dependencies/next_blocks4
4242
43-
- name: Upload profiler file
44-
uses: actions/upload-artifact@v3
45-
with:
46-
name: cpu.out
47-
path: ./geth/cpu.out
48-
49-
- name: Generate profile diagram
50-
run: |
51-
cd geth
52-
go tool pprof -png cpu.out > profile001.png
53-
54-
- name: Upload profiler picture
55-
uses: actions/upload-artifact@v3
56-
with:
57-
name: profile.png
58-
path: ./geth/profile001.png
43+
# - name: Upload profiler file
44+
# uses: actions/upload-artifact@v3
45+
# with:
46+
# name: cpu.out
47+
# path: ./geth/cpu.out
48+
49+
# - name: Generate profile diagram
50+
# run: |
51+
# cd geth
52+
# go tool pprof -png cpu.out > profile001.png
53+
54+
# - name: Upload profiler picture
55+
# uses: actions/upload-artifact@v3
56+
# with:
57+
# name: profile.png
58+
# path: ./geth/profile001.png
5959

6060
- name: Cleanup
6161
if: always()

0 commit comments

Comments
 (0)