Skip to content

Commit

Permalink
chore: Update benchmark action, remove infra dir
Browse files Browse the repository at this point in the history
Self hosting not worth it right now.
  • Loading branch information
scsmithr committed Nov 30, 2024
1 parent 6f94da5 commit c8dd39f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 57 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ on:

jobs:
benchmark:
runs-on: arc-runners-set-bench
name: Run benchmarks
runs-on: ubuntu-latest-8-cores
steps:
- run: echo "hello"
- name: Checkout
uses: actions/checkout@v4

- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run
run: |
cargo run \
--release \
--bin bench_standard \
-- \
--print-results \
--print-explain
1 change: 0 additions & 1 deletion infra/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions infra/bench-arc-values.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions infra/create-bench-arc.sh

This file was deleted.

0 comments on commit c8dd39f

Please sign in to comment.