Skip to content

Commit 73ae8f4

Browse files
committed
chore: no flamegraphs
1 parent 97bdd7a commit 73ae8f4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/reth-benchmark.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ on:
6161
default: 8388508 # 2**23 - 100
6262

6363
env:
64-
S3_PATH: s3://axiom-workflow-data-sandbox-us-east-1/benchmark/github/results
65-
S3_METRICS_PATH: s3://axiom-workflow-data-sandbox-us-east-1/benchmark/github/metrics
66-
PUBLIC_S3_PATH: s3://axiom-public-data-sandbox-us-east-1/benchmark/github/flamegraphs
64+
S3_PATH: s3://openvm-public-data-sandbox-us-east-1/benchmark/github/results
65+
S3_METRICS_PATH: s3://openvm-public-data-sandbox-us-east-1/benchmark/github/metrics
66+
PUBLIC_S3_PATH: s3://openvm-public-data-sandbox-us-east-1/benchmark/github/flamegraphs
6767
FEATURE_FLAGS: "bench-metrics,parallel,nightly-features"
6868
CMD_ARGS: ""
6969
INPUT_ARGS: ""
@@ -171,16 +171,16 @@ jobs:
171171
source openvm/ci/scripts/utils.sh
172172
generate_markdown $METRIC_PATH $METRIC_NAME ${{ env.S3_METRICS_PATH }} "./openvm"
173173
174-
- name: Install inferno-flamegraph
175-
run: cargo install inferno
174+
# - name: Install inferno-flamegraph
175+
# run: cargo install inferno
176176

177-
- name: Generate flamegraphs
178-
run: |
179-
if [[ -f $METRIC_PATH ]]; then
180-
python3 openvm/ci/scripts/metric_unify/flamegraph.py $METRIC_PATH
181-
s5cmd cp '.bench_metrics/flamegraphs/*.svg' "${{ env.PUBLIC_S3_PATH }}/${current_sha}/"
182-
echo "UPLOAD_FLAMEGRAPHS=1" >> $GITHUB_ENV
183-
fi
177+
# - name: Generate flamegraphs
178+
# run: |
179+
# if [[ -f $METRIC_PATH ]]; then
180+
# python3 openvm/ci/scripts/metric_unify/flamegraph.py $METRIC_PATH
181+
# s5cmd cp '.bench_metrics/flamegraphs/*.svg' "${{ env.PUBLIC_S3_PATH }}/${current_sha}/"
182+
# echo "UPLOAD_FLAMEGRAPHS=1" >> $GITHUB_ENV
183+
# fi
184184

185185
- name: Add benchmark metadata to markdown, and upload
186186
run: |

0 commit comments

Comments
 (0)