-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from c410-f3r/misc
Ignore patch updates
- Loading branch information
Showing
7 changed files
with
25 additions
and
34 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
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 |
---|---|---|
@@ -1,33 +1,22 @@ | ||
name: Bencher | ||
on: | ||
push: | ||
branches: | ||
- main | ||
schedule: | ||
- cron: "0 6 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
benchmark_with_bencher: | ||
name: Continuous Benchmarking with Bencher | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bencherdev/bencher@main | ||
- name: Track Benchmarks with Bencher | ||
- name: Track base branch benchmarks with Bencher | ||
run: | | ||
set +e | ||
set +o pipefail | ||
function fun() { | ||
bencher run \ | ||
--branch main \ | ||
--err \ | ||
--project wtx \ | ||
--testbed ubuntu-latest \ | ||
--token "${{ secrets.BENCHER_API_TOKEN }}" \ | ||
"cargo bench --all-features" | ||
return $? | ||
} | ||
fun | ||
echo $? | ||
exit 0 | ||
bencher run \ | ||
--adapter rust_bench \ | ||
--branch main \ | ||
--err \ | ||
--project wtx \ | ||
--testbed ubuntu-latest \ | ||
--token "${{ secrets.BENCHER_API_TOKEN }}" \ | ||
"cargo bench --all-features" |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
name: Deploy docs | ||
on: | ||
push: | ||
branches: | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
name: Tests | ||
on: | ||
pull_request: | ||
push: | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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