mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 03:49:59 +00:00
Compare commits
No commits in common. "a59c4c56bf27b8843ccec78a3739b9421765f32b" and "bb34991a5fcab0268aacd5725c08588f29c372a1" have entirely different histories.
a59c4c56bf
...
bb34991a5f
29
.github/workflows/run-benchmarks.yml
vendored
29
.github/workflows/run-benchmarks.yml
vendored
@ -1,29 +0,0 @@
|
|||||||
name: Run benchmarks
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
run-benchmarks:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
|
|
||||||
- name: Run benchmarks
|
|
||||||
run: cargo bench
|
|
||||||
|
|
||||||
- name: Upload benchmark reports
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: benchmark-reports-${{ github.sha }}
|
|
||||||
path: ./target/criterion/
|
|
Loading…
x
Reference in New Issue
Block a user