File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments