Skip to content

Commit

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

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 20, 2022
1 parent fc5d53c commit f47f1fa
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.8.0",
"autocannon": "^7.8.1",
"benchmark": "^2.1.4",
"concurrently": "^6.5.1",
"hot-shots": "^8.5.2",
Expand Down

1 comment on commit f47f1fa

@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: f47f1fa Previous: fc5d53c Ratio
dats counter udp base 127672 ops/sec (±2.00%) 78017 ops/sec (±0.79%) 0.61
dats counter udp buffered 1222380 ops/sec (±1.71%) 741414 ops/sec (±1.79%) 0.61
dats gauge udp buffered 1249875 ops/sec (±1.28%) 734471 ops/sec (±1.40%) 0.59
dats set udp buffered 1261506 ops/sec (±1.00%) 733369 ops/sec (±1.46%) 0.58
dats timing udp buffered 1208592 ops/sec (±1.25%) 699008 ops/sec (±1.37%) 0.58
dats counter tcp buffered 1991834 ops/sec (±5.69%) 1560116 ops/sec (±1.53%) 0.78

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

Please sign in to comment.