mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 03:47:46 +03:00
Actions: Update to multi-benchmark workflow
This commit is contained in:
parent
74e294c117
commit
db3ee38f7e
2 changed files with 3 additions and 6 deletions
8
.github/workflows/criterion.yml
vendored
8
.github/workflows/criterion.yml
vendored
|
@ -20,12 +20,8 @@ jobs:
|
||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
run: |
|
run: |
|
||||||
# run benchmarks and save baseline to "criterion.dev.temp"
|
# run benchmarks and save baseline to "criterion.dev.temp"
|
||||||
cargo bench -- --verbose --noplot --save-baseline criterion.dev.temp
|
cargo bench -- --verbose --noplot
|
||||||
|
|
||||||
# set the path to the file to upload to criterion.dev
|
|
||||||
echo "::set-env name=CRITERION_FILE_PATH::$(find $(find . -type d -name criterion.dev.temp) -name raw.csv)"
|
|
||||||
- name: Upload benchmarks
|
- name: Upload benchmarks
|
||||||
run: |
|
run: |
|
||||||
# upload the file
|
# upload the file
|
||||||
curl -F 'raw.csv=@${{ env.CRITERION_FILE_PATH }}' \
|
bash <(curl -s https://criterion.dev/bash)
|
||||||
'https://api.criterion.dev/v1/${{ github.repository }}/measurements?token=${{ secrets.CRITERION_TOKEN }}&commit=${{ github.sha }}'
|
|
||||||
|
|
|
@ -87,3 +87,4 @@ bench = false
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "rage-mount"
|
name = "rage-mount"
|
||||||
required-features = ["mount"]
|
required-features = ["mount"]
|
||||||
|
bench = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue