|
61 | 61 | default: 8388508 # 2**23 - 100
|
62 | 62 |
|
63 | 63 | 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 |
67 | 67 | FEATURE_FLAGS: "bench-metrics,parallel,nightly-features"
|
68 | 68 | CMD_ARGS: ""
|
69 | 69 | INPUT_ARGS: ""
|
@@ -171,16 +171,16 @@ jobs:
|
171 | 171 | source openvm/ci/scripts/utils.sh
|
172 | 172 | generate_markdown $METRIC_PATH $METRIC_NAME ${{ env.S3_METRICS_PATH }} "./openvm"
|
173 | 173 |
|
174 |
| - - name: Install inferno-flamegraph |
175 |
| - run: cargo install inferno |
| 174 | + # - name: Install inferno-flamegraph |
| 175 | + # run: cargo install inferno |
176 | 176 |
|
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 |
184 | 184 |
|
185 | 185 | - name: Add benchmark metadata to markdown, and upload
|
186 | 186 | run: |
|
|
0 commit comments