victor-homyakov / fetch-bench

Benchmark of node `fetch` implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 95.4%Language:Makefile 4.6%