From 6ca310c0c84c29dbb638f0ae3e7f118d65948d65 Mon Sep 17 00:00:00 2001 From: Wessel T Date: Tue, 23 Apr 2019 18:52:56 +0200 Subject: [PATCH] Add benchmarkings --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d5d8337..8abe36e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,16 @@ $ yarn add wumpfetch # Install w/ Yarn $ npm i wumpfetch # Install w/ NPM ``` +## Benchmarking +> **URL used for benchmarks**: [https://httpbin.org/get](https://httpbin.org/get) + +| Library | 1 Request | 10 Requests | 100 Requests | +|------------|-----------|-------------|--------------| +| Wumpfetch | 429.571ms | 4135.043ms | 42182.140ms | +| got | 420.319ms | 4163.749ms | 43634.187ms | +| axios | 437.274ms | 4168.437ms | 47437.898ms | +| node-fetch | 543.618ms | 4217.365ms | 43813.187ms | + ## Documentation Documentation can be found at [https://github.com/PassTheWessel/wumpfetch/wiki](https://github.com/PassTheWessel/wumpfetch/wiki)