-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,16 +26,14 @@ jobs: | |
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
|
||
- name: Bench - Vortex | ||
run: cargo bench | tee bench.txt | ||
- name: Bencher - Vortex | ||
run: | | ||
bencher run \ | ||
--project vortex \ | ||
--token "${BENCHER_TOKEN}" \ | ||
--adapter rust_criterion \ | ||
--testbed "github-actions" | ||
"cargo bench -p bench-vortex" | ||
env: | ||
BENCHER_TOKEN: ${{ secrets.BENCHER_TOKEN }} | ||
|
||
- name: Store benchmark result | ||
uses: benchmark-action/[email protected] | ||
with: | ||
name: Vortex Benchmarks | ||
tool: cargo | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
output-file-path: bench.txt | ||
summary-always: true | ||
auto-push: true | ||
fail-on-alert: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.