Skip to content

Commit

Permalink
Update subsystem-benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Sep 10, 2024
1 parent 5f2a5c3 commit d32918a
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/subsystem-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,38 +109,38 @@ jobs:
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}
private-key: ${{ secrets.POLKADOTSDK_GHPAGES_APP_KEY }}

- name: Publish ${{ env.BENCH_NAME }}
uses: benchmark-action/github-action-benchmark@v1
env:
BENCH_NAME: availability-recovery-regression-bench
with:
tool: "customSmallerIsBetter"
name: ${{ env.BENCH_NAME }}
output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
github-token: ${{ steps.app-token.outputs.token }}
# - name: Publish ${{ env.BENCH_NAME }}
# uses: benchmark-action/github-action-benchmark@v1
# env:
# BENCH_NAME: availability-recovery-regression-bench
# with:
# tool: "customSmallerIsBetter"
# name: ${{ env.BENCH_NAME }}
# output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
# benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
# github-token: ${{ steps.app-token.outputs.token }}

- name: Publish ${{ env.BENCH_NAME }}
uses: benchmark-action/github-action-benchmark@v1
env:
BENCH_NAME: availability-distribution-regression-bench
with:
tool: "customSmallerIsBetter"
name: ${{ env.BENCH_NAME }}
output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
github-token: ${{ steps.app-token.outputs.token }}
# - name: Publish ${{ env.BENCH_NAME }}
# uses: benchmark-action/github-action-benchmark@v1
# env:
# BENCH_NAME: availability-distribution-regression-bench
# with:
# tool: "customSmallerIsBetter"
# name: ${{ env.BENCH_NAME }}
# output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
# benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
# github-token: ${{ steps.app-token.outputs.token }}

- name: Publish ${{ env.BENCH_NAME }}
uses: benchmark-action/github-action-benchmark@v1
env:
BENCH_NAME: approval-voting-regression-bench
with:
tool: "customSmallerIsBetter"
name: ${{ env.BENCH_NAME }}
output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
github-token: ${{ steps.app-token.outputs.token }}
# - name: Publish ${{ env.BENCH_NAME }}
# uses: benchmark-action/github-action-benchmark@v1
# env:
# BENCH_NAME: approval-voting-regression-bench
# with:
# tool: "customSmallerIsBetter"
# name: ${{ env.BENCH_NAME }}
# output-file-path: ./bench/${{ env.BENCH_NAME }}/${{ env.BENCH_NAME }}.json
# benchmark-data-dir-path: ./bench/${{ env.BENCH_NAME }}
# github-token: ${{ steps.app-token.outputs.token }}

- name: Publish ${{ env.BENCH_NAME }}
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit d32918a

Please sign in to comment.