-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Oct 25, 2023
1 parent
aceab44
commit 93556ef
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 | 2 vCPUs | 6.8GB Mem | ||
* __Node:__ `v18.18.2` | ||
* __Run:__ Sun Oct 22 2023 06:51:54 GMT+0000 (Coordinated Universal Time) | ||
* __Run:__ Wed Oct 25 2023 04:04:51 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 | 168.55 | 231.24 | | ||
| 1-startup-routes.cjs | 166.24 | 181.08 | | ||
| 10-startup-routes-schema.cjs | 169.66 | 247.90 | | ||
| 10-startup-routes.cjs | 173.33 | 190.46 | | ||
| 100-startup-routes-schema.cjs | 185.62 | 387.36 | | ||
| 100-startup-routes.cjs | 184.92 | 210.65 | | ||
| 1000-startup-routes-schema.cjs | 468.76 | 1673.25 | | ||
| 1000-startup-routes.cjs | 440.09 | 601.23 | | ||
| 10000-startup-routes-schema.cjs | 9842.73 | 23470.76 | | ||
| 10000-startup-routes.cjs | 9265.11 | 13302.73 | | ||
| startup-listen.cjs | 169.67 | 184.54 | | ||
| 1-startup-routes-schema.cjs | 143.86 | 198.47 | | ||
| 1-startup-routes.cjs | 142.26 | 155.21 | | ||
| 10-startup-routes-schema.cjs | 146.00 | 213.79 | | ||
| 10-startup-routes.cjs | 149.35 | 164.12 | | ||
| 100-startup-routes-schema.cjs | 160.47 | 333.72 | | ||
| 100-startup-routes.cjs | 159.81 | 181.96 | | ||
| 1000-startup-routes-schema.cjs | 407.19 | 1483.90 | | ||
| 1000-startup-routes.cjs | 370.45 | 510.47 | | ||
| 10000-startup-routes-schema.cjs | 9037.39 | 21291.20 | | ||
| 10000-startup-routes.cjs | 8376.04 | 11935.33 | | ||
| startup-listen.cjs | 146.04 | 158.94 | |