Skip to content

Commit

Permalink
Test buildjet for ARM benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Nov 21, 2023
1 parent af980cb commit bfd60ff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,22 @@ env:
jobs:
build:

name: Build & Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Switch to nightly
run: rustup default nightly
- name: Build
run: cargo build --release
- name: Run tests
- name: Test
run: cargo test --release

benchmark:

name: Benchmark
runs-on: buildjet-2vcpu-ubuntu-2204-arm

steps:
- uses: actions/checkout@v3
- name: Benchmark
run: cargo bench --bench throughput

0 comments on commit bfd60ff

Please sign in to comment.