forked from fastify/benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Github Actions
committed
Apr 2, 2024
1 parent
06f9fae
commit c055fdb
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Metrics | ||
* __Machine:__ linux x64 | 4 vCPUs | 15.6GB Mem | ||
* __Node:__ `v20.11.1` | ||
* __Run:__ Tue Apr 02 2024 15:18:59 GMT+0000 (Coordinated Universal Time) | ||
* __Run:__ Tue Apr 02 2024 15:25:22 GMT+0000 (Coordinated Universal Time) | ||
* __Method:__ `npm run metrics` (samples: 5) | ||
* __startup:__ time elapsed to setup the application | ||
* __listen:__ time elapsed until the http server is ready to accept requests (cold start) | ||
|
||
| | startup(ms) | listen(ms) | | ||
|-| - | - | | ||
| 1-startup-routes-schema.cjs | 107.05 | 149.74 | | ||
| 1-startup-routes.cjs | 106.58 | 117.87 | | ||
| 10-startup-routes-schema.cjs | 107.97 | 161.16 | | ||
| 10-startup-routes.cjs | 110.18 | 123.07 | | ||
| 100-startup-routes-schema.cjs | 119.63 | 252.48 | | ||
| 100-startup-routes.cjs | 118.99 | 138.98 | | ||
| 1000-startup-routes-schema.cjs | 287.03 | 1025.92 | | ||
| 1000-startup-routes.cjs | 285.64 | 391.88 | | ||
| 10000-startup-routes-schema.cjs | 4852.94 | 11678.68 | | ||
| 10000-startup-routes.cjs | 4578.54 | 5881.08 | | ||
| startup-listen.cjs | 107.42 | 119.21 | | ||
| 1-startup-routes-schema.cjs | 109.66 | 154.81 | | ||
| 1-startup-routes.cjs | 110.66 | 122.28 | | ||
| 10-startup-routes-schema.cjs | 112.75 | 169.32 | | ||
| 10-startup-routes.cjs | 113.00 | 126.23 | | ||
| 100-startup-routes-schema.cjs | 125.26 | 264.28 | | ||
| 100-startup-routes.cjs | 124.95 | 146.63 | | ||
| 1000-startup-routes-schema.cjs | 297.23 | 1048.23 | | ||
| 1000-startup-routes.cjs | 283.62 | 398.36 | | ||
| 10000-startup-routes-schema.cjs | 5128.12 | 12403.48 | | ||
| 10000-startup-routes.cjs | 5598.14 | 6862.51 | | ||
| startup-listen.cjs | 113.06 | 126.48 | |