-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Sep 17, 2023
1 parent
942e5e6
commit 6f06f49
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.14.2` | ||
* __Run:__ Sun Mar 05 2023 10:50:25 GMT+0000 (Coordinated Universal Time) | ||
* __Node:__ `v18.17.1` | ||
* __Run:__ Sun Sep 17 2023 07:02:05 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 | 141.61 | 195.97 | | ||
| 1-startup-routes.cjs | 140.47 | 150.62 | | ||
| 10-startup-routes-schema.cjs | 142.71 | 210.59 | | ||
| 10-startup-routes.cjs | 142.87 | 154.83 | | ||
| 100-startup-routes-schema.cjs | 155.57 | 322.42 | | ||
| 100-startup-routes.cjs | 157.13 | 179.75 | | ||
| 1000-startup-routes-schema.cjs | 349.34 | 1412.18 | | ||
| 1000-startup-routes.cjs | 326.49 | 464.53 | | ||
| 10000-startup-routes-schema.cjs | 4902.93 | 17542.77 | | ||
| 10000-startup-routes.cjs | 4178.78 | 7445.43 | | ||
| startup-listen.cjs | 140.29 | 150.88 | | ||
| 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 | |