Skip to content

Commit

Permalink
Run bench on CI only for Core Nats
Browse files Browse the repository at this point in the history
After adding much more benchmarks, it seems that this is too much for
Github Actions. Running only Core Nats benchmarks should be enough
for tracking general client performance.

Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Dec 7, 2023
1 parent 42bc64f commit 02672fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run benchmarks
env:
RUST_LOG: trace
run: cargo bench
run: cargo bench nats
- name: Archive benchmarks
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 02672fa

Please sign in to comment.