Skip to content

Commit

Permalink
feat(repo): Added load-tester and benchmarks (#379)
Browse files Browse the repository at this point in the history
* 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
0xterminator and pedronauck authored Jan 18, 2025
1 parent 2f0ff1d commit cac4523
Show file tree
Hide file tree
Showing 25 changed files with 1,077 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
refactor
test
scopes: |
benches
repo
deps
release
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ You can check the [./scripts/setup.sh](./scripts/setup.sh) file to see what is b
Here's an overview of the project's directory structure:

- `crates/`: Contains the main Rust crates for the project
- `benches/`: Benchmarking code
- `tests/`: Integration and end-to-end tests
- `examples/`: Example code and usage demonstrations
- `cluster/`: Kubernetes cluster configuration and deployment files
Expand Down Expand Up @@ -90,6 +91,7 @@ This is a general rule used for commits. When you are creating a PR, ensure that
- `core`: Changes that affect the core package.
- `publisher`: Changes that affect the publisher package.
- `fuel-streams`: Changes that affect the fuel-streams package.
- `benches`: Changes related to benchmarks.
- `deps`: Changes related to dependencies.
- `macros`: Changes that affect the macros package.

Expand Down
Loading

0 comments on commit cac4523

Please sign in to comment.