Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Sep 29, 2023
1 parent 5e10459 commit a023cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
steps:
- name: Benchmark NATS with CLI
run: |
docker run --network ${{ job.container.network }} --entrypoint nats -it synadia/nats-box:latest bench foo --pub 1 --size 16
docker run --network ${{ job.container.network }} --entrypoint nats -it synadia/nats-box:latest bench foo --pub 1 -sub 1 --size 16
docker run --network ${{ job.container.network }} --entrypoint nats synadia/nats-box:latest bench foo --pub 1 --size 16
docker run --network ${{ job.container.network }} --entrypoint nats synadia/nats-box:latest bench foo --pub 1 -sub 1 --size 16
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit a023cf1

Please sign in to comment.