Skip to content

Commit

Permalink
chore: update benchmark numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Oct 9, 2024
1 parent db7409f commit 7151e32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmarks.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 7151e32

Please sign in to comment.