From 7151e321b1ebcf813c3bb363bd842030c4774c76 Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Wed, 9 Oct 2024 11:17:25 +0200 Subject: [PATCH] chore: update benchmark numbers --- benchmarks.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmarks.md b/benchmarks.md index 8d4134d..cff0379 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -1,13 +1,13 @@ # Benchmarks -The benchmark scheme is taken from the Fastify Github repo. +The benchmark scheme is taken from the Fastify GitHub repo. -- **Machine**: MacBook Pro (Quad-Core Intel Core i7, 2.2GHz) 16GB RAM +- **Machine**: MacBook Pro (M1 Pro) 32GB RAM - **Method**: autocannon -c 100 -d 40 -p 10 localhost:3000 * 2, taking the second average -| Framework | Version | Router? | Requests/sec | -| :----------------- | :------------------------- | :----------: | -------------: | -| **Fastify** | **3.1.1** | **✓** | **53277.6** | -| **AdonisJS** | **3.0.0** | **✓** | **50313.6** | +| Framework | Version | Router? | Requests/sec | +| :----------------- | :------------------------- | :----------: | -------------: | +| **Fastify** | **4.28.1** | **✓** | **111,985.6** | +| **AdonisJS Http Server** | **7.2.4** | **✓** | **101,992** | You can run the same benchmarks by cloning the repo and then running the following command.