Skip to content

Commit

Permalink
Updated benchmarks (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 1, 2019
1 parent c24b14a commit 25ee251
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -120,19 +120,19 @@ Code for Fastify's **v1.x** is in [Branch 1.x](https://github.com/fastify/fastif

### Benchmarks

__Machine:__ MacBook Pro (Late 2016 | 2,7 GHz Intel Core i7 | 16 GB 2133 MHz LPDDR3)
__Machine:__ EX41S-SSD, Intel Core i7, 4Ghz, 64GB RAM, 4C/8T, SSD.

__Method:__: `autocannon -c 100 -d 5 -p 10 localhost:3000` * 2, taking the second average
__Method:__: `autocannon -c 100 -d 40 -p 10 localhost:3000` * 2, taking the second average

| Framework | Version | Router? | Requests/sec |
| :----------------- | :------------------------- | :----------: | ------------: |
| hapi | 17.8.1 | ✓ | 26,497 |
| Express | 4.16.4 | ✓ | 26,481 |
| Restify | 7.2.3 | ✓ | 22,968 |
| Koa | 2.6.2 | ✗ | 35,796 |
| **Fastify** | **1.13.1** | **✓** | **45,846** |
| hapi | 18.1.0 | ✓ | 29,998 |
| Express | 4.16.4 | ✓ | 38,510 |
| Restify | 8.0.0 | ✓ | 39,331 |
| Koa | 2.7.0 | ✗ | 50,933 |
| **Fastify** | **2.0.0** | **✓** | **76,835** |
| - | | | |
| `http.Server` | 10.13.0 | ✗ | 43,542\* |
| `http.Server` | 10.15.2 | ✗ | 71,768 |

Benchmarks taken using https://github.com/fastify/benchmarks. This is a
synthetic, "hello world" benchmark that aims to evaluate the framework
Expand Down

0 comments on commit 25ee251

Please sign in to comment.