https://github.com/silverwind/fetch-bench
Benchmark of node `fetch` implementations
https://github.com/silverwind/fetch-bench
Last synced: about 1 year ago
JSON representation
Benchmark of node `fetch` implementations
- Host: GitHub
- URL: https://github.com/silverwind/fetch-bench
- Owner: silverwind
- Created: 2022-10-26T18:51:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T00:17:56.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T20:58:08.253Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fetch-bench
This repo contains benchmarks to compare of server-side `fetch` implementations. It fetches 1500 JSON files from npm with concurrency of 96 and outputs the total time taken.
# Usage
```
$ make
node-fetch: 1324ms
undici: 1448ms
deno: 1457ms
bun: 1231ms
axios: 1392ms
got: 1341ms
```