Skip to content

Commit

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

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 14, 2022
1 parent b0114a7 commit 0392586
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.0",
"autocannon": "^7.7.2",
"benchmark": "^2.1.4",
"concurrently": "^6.5.1",
"hot-shots": "^8.5.2",
Expand Down

1 comment on commit 0392586

@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: 0392586 Previous: b0114a7 Ratio
dats counter udp base 84948 ops/sec (±1.70%) 108548 ops/sec (±1.24%) 1.28
dats counter udp buffered 741007 ops/sec (±2.73%) 965130 ops/sec (±2.31%) 1.30
dats gauge udp buffered 748541 ops/sec (±2.01%) 974876 ops/sec (±1.40%) 1.30
dats set udp buffered 748419 ops/sec (±1.59%) 968295 ops/sec (±2.12%) 1.29
dats timing udp buffered 718953 ops/sec (±2.23%) 937037 ops/sec (±1.37%) 1.30
dats counter tcp buffered 1746360 ops/sec (±5.41%) 1597381 ops/sec (±4.66%) 0.91

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

Please sign in to comment.