Skip to content

Commit

Permalink
Merge pull request #204 from fastify/update-benchmarks
Browse files Browse the repository at this point in the history
Updated benchmarks to Fastify 0.27.0 and Node 8.4.0.
  • Loading branch information
mcollina committed Sep 12, 2017
2 parents e87fe8d + 32fb59c commit 7a9dfeb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Expand Up @@ -61,15 +61,17 @@ __Method:__: `autocannon -c 100 -d 5 -p 10 localhost:3000` * 2, taking the secon

| Framework | Version | Router? | Requests/sec |
| :----------------- | :------------------------- | :----------: | ------------: |
| hapi | 16.5.0 | ✓ | 3,194 |
| Express | 4.15.3 | ✓ | 9,418 |
| Restify | 5.0.1 | ✓ | 12,014 |
| take-five | 1.3.4 | ✓ | 18,658 |
| Koa (`koa-router`) | 2.3.0 (`koa-router@7.2.1`) | ✓ | 19,650 |
| Koa | 2.3.0 | ✗ | 21,349 |
| **Fastify** | **0.25.2** | **✓** | **23,301** |
| hapi | 16.5.2 | ✓ | 4,226 |
| Restify | 5.2.0 | ✓ | 16,395 |
| Express | 4.15.4 | ✓ | 18,740 |
| Koa (`koa-router`) | 2.3.0 (`koa-router@7.2.1`) | ✓ | 21,361 |
| take-five | 1.3.4 | ✓ | 25,838 |
| Koa | 2.3.0 | ✗ | 26,228 |
| **Fastify** | **0.27.0** | **✓** | **29,340** |
| - | | | |
| `http.Server` | 8.2.1 | ✗ | 33,435 |
| `http.Server` | 8.4.0 | ✗ | 37,846 |

Benchmarks taken using https://github.com/fastify/benchmarks.

## Documentation
* <a href="https://github.com/fastify/fastify/blob/master/docs/Getting-Started.md"><code><b>Getting Started</b></code></a>
Expand Down

0 comments on commit 7a9dfeb

Please sign in to comment.