-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(repo): Added load-tester and benchmarks (#379)
* feat(repo): Added load-tester and benchmarks * ci(repo): adjust sqlx-cli installation * refactor(core): small adjustment --------- Co-authored-by: Pedro Nauck <[email protected]>
- Loading branch information
1 parent
2f0ff1d
commit cac4523
Showing
25 changed files
with
1,077 additions
and
14 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 |
---|---|---|
|
@@ -51,6 +51,10 @@ runs: | |
with: | ||
tool: [email protected] | ||
|
||
- uses: taiki-e/cache-cargo-install-action@v2 | ||
with: | ||
tool: [email protected] | ||
|
||
- uses: Swatinem/rust-cache@v2 | ||
if: inputs.cache == 'true' | ||
with: | ||
|
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 |
---|---|---|
|
@@ -38,6 +38,7 @@ jobs: | |
refactor | ||
test | ||
scopes: | | ||
benches | ||
repo | ||
deps | ||
release | ||
|
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
Oops, something went wrong.