Skip to content

Commit

Permalink
wip #4
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Dec 6, 2023
1 parent 1e7ad0d commit cc2d072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MQTT-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
cd src/github.com/nats-io/nats-server
go test -v --run='-' --bench 'MQTTEx/Server/PUBRET/QOS0' --benchtime=100x ./server | tee output.txt
go test -v --run='-' --bench 'MQTTEx/Server' --benchtime=100x ./server | tee output.txt
- name: Publish results
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit cc2d072

Please sign in to comment.