Skip to content

Commit

Permalink
feat(benchmarks): update benchmark with new Athenna version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 7, 2024
1 parent 417c58a commit 59db84b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/introduction/benchmarks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@ The environment used to run the benchmarks:

```shell title="npx envinfo --system --binaries"
System:
OS: macOS 13.3.1
CPU: (8) arm64 Apple M1 Pro
Memory: 107.38 MB / 16.00 GB
Shell: 5.9 - /opt/homebrew/bin/zsh
Binaries: Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
OS: macOS 12.2.1
CPU: (8) arm64 Apple M1
Memory: 456.81 MB / 8.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 20.8.1 - ~/.nvm/versions/node/v20.8.1/bin/node
npm: 10.1.0 - ~/.nvm/versions/node/v20.8.1/bin/npm
```

## Results

| Framework | Version | Requests/sec |
|:----------|:-------:|-------------:|
| Fastify | 4.15.0 | 89974.4 |
| Athenna | 4.4.0 | 83897.4 |
| AdonisJS | 5.0.0 | 67953.6 |
| Express | 4.18.2 | 21850.2 |
| NestJS | 9.0.0 | 20019.6 |
| Fastify | 4.24.3 | 121.288 |
| Athenna | 4.16.0 | 102.462 |
| AdonisJS | 5.0.0 | 85.364 |
| Express | 4.18.2 | 22.324 |
| NestJS | 9.0.0 | 21.158 |

0 comments on commit 59db84b

Please sign in to comment.