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 3d0e857 commit 1e7ad0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MQTT-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ 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 $HOME/output.txt
go test -v --run='-' --bench 'MQTTEx/Server/PUBRET/QOS0' --benchtime=100x ./server | tee output.txt
- name: Publish results
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'go'
output-file-path: output.txt
output-file-path: src/github.com/nats-io/nats-server/output.txt
auto-push: false
# github-token: ${{ secrets.GITHUB_TOKEN }}
# alert-threshold: '10%'
Expand Down

0 comments on commit 1e7ad0d

Please sign in to comment.