Skip to content

silverwind/fetch-bench

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: 3390ms
undici: 2966ms
deno: 3866ms
bun: 1931ms
axios: 2429ms
got: 2883ms

About

Benchmark of node `fetch` implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published