Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Jul 29, 2024
1 parent aedbe91 commit bda47c1
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,4 @@ jobs:
# Only run on the main repo (not forks):
if: "${{ github.repository == 'NomicFoundation/slang' }}"

steps:
- name: "Checkout Repository"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"

- name: "Restore Cache"
uses: "./.github/actions/cache/restore"

- name: "infra setup cargo"
uses: "./.devcontainer"
with:
entrypoint: "./scripts/bin/infra"
args: "setup cargo"

- name: "infra perf benchmark"
uses: "./.devcontainer"
with:
entrypoint: "./scripts/bin/infra"
args: "perf benchmark"
env:
BENCHER_API_TOKEN: "${{ secrets.BENCHER_API_TOKEN }}"
steps: []

0 comments on commit bda47c1

Please sign in to comment.