Skip to content

Commit

Permalink
fix: upgrade autocannon from 7.7.2 to 7.8.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade autocannon from 7.7.2 to 7.8.0.

See this package in npm:
https://www.npmjs.com/package/autocannon

See this project in Snyk:
https://app.snyk.io/org/antoniomuso/project/ce9cc682-13fb-4645-82a7-a8a8e9ef8fee?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 15, 2022
1 parent 4ffce40 commit d2abc9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"autocannon": "^7.7.2",
"autocannon": "^7.8.0",
"benchmark": "^2.1.4",
"concurrently": "^6.5.1",
"hot-shots": "^8.5.2",
Expand Down

1 comment on commit d2abc9e

@simonecorsi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Benchmark suite Current: d2abc9e Previous: 4ffce40 Ratio
dats counter udp base 128760 ops/sec (±0.89%) 128260 ops/sec (±0.99%) 1.00
dats counter udp buffered 1237817 ops/sec (±1.28%) 1176279 ops/sec (±1.64%) 0.95
dats gauge udp buffered 1254660 ops/sec (±1.22%) 1199837 ops/sec (±1.56%) 0.96
dats set udp buffered 1248814 ops/sec (±1.37%) 1217447 ops/sec (±1.34%) 0.97
dats timing udp buffered 1177262 ops/sec (±1.55%) 1192394 ops/sec (±1.29%) 1.01
dats counter tcp buffered 1921545 ops/sec (±4.40%) 1932162 ops/sec (±5.39%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.