-
-
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 7, 2023
1 parent
ace7af9
commit 5bf9a0d
Showing
1 changed file
with
13 additions
and
13 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.17.1` | ||
* __Run:__ Sun Sep 17 2023 07:02:05 GMT+0000 (Coordinated Universal Time) | ||
* __Node:__ `v18.18.0` | ||
* __Run:__ Sat Oct 07 2023 05:05:29 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 | 135.34 | 188.67 | | ||
| 1-startup-routes.cjs | 136.17 | 148.44 | | ||
| 10-startup-routes-schema.cjs | 138.91 | 205.53 | | ||
| 10-startup-routes.cjs | 139.66 | 153.50 | | ||
| 100-startup-routes-schema.cjs | 150.99 | 315.68 | | ||
| 100-startup-routes.cjs | 150.53 | 172.95 | | ||
| 1000-startup-routes-schema.cjs | 356.90 | 1316.69 | | ||
| 1000-startup-routes.cjs | 326.85 | 457.84 | | ||
| 10000-startup-routes-schema.cjs | 6222.07 | 17352.30 | | ||
| 10000-startup-routes.cjs | 5794.85 | 9052.89 | | ||
| startup-listen.cjs | 136.27 | 148.86 | | ||
| 1-startup-routes-schema.cjs | 136.06 | 189.55 | | ||
| 1-startup-routes.cjs | 138.55 | 151.11 | | ||
| 10-startup-routes-schema.cjs | 146.83 | 213.47 | | ||
| 10-startup-routes.cjs | 142.81 | 156.85 | | ||
| 100-startup-routes-schema.cjs | 161.09 | 327.47 | | ||
| 100-startup-routes.cjs | 156.81 | 178.44 | | ||
| 1000-startup-routes-schema.cjs | 399.44 | 1453.82 | | ||
| 1000-startup-routes.cjs | 366.89 | 500.69 | | ||
| 10000-startup-routes-schema.cjs | 8883.61 | 21110.88 | | ||
| 10000-startup-routes.cjs | 8270.24 | 11711.95 | | ||
| startup-listen.cjs | 147.43 | 160.15 | |