Skip to content

Commit

Permalink
update deps and results
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jul 9, 2023
1 parent ee1e777 commit 064e66f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 88 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This repo contains benchmarks to compare of server-side `fetch` implementations.

```
$ make
node-fetch: 5025ms
undici: 3113ms
deno: 2423ms
bun: 2083ms
axios: 2016ms
got: 2604ms
node-fetch: 5020ms
undici: 3247ms
deno: 2214ms
bun: 1696ms
axios: 2357ms
got: 2980ms
```
102 changes: 24 additions & 78 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "module",
"dependencies": {
"axios": "1.3.5",
"got": "12.6.0",
"axios": "1.4.0",
"got": "13.0.0",
"node-fetch": "3.3.1",
"p-all": "4.0.0",
"undici": "5.21.2"
"p-all": "5.0.0",
"undici": "5.22.1"
}
}

0 comments on commit 064e66f

Please sign in to comment.