-
-
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
Nov 20, 2024
1 parent
e9e8a10
commit 3a58f79
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.18.0` | ||
* __Run:__ Wed Nov 20 2024 14:29:50 GMT+0000 (Coordinated Universal Time) | ||
* __Run:__ Wed Nov 20 2024 14:36:01 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 | 97.35 | 133.84 | | ||
| 1-startup-routes.cjs | 104.47 | 116.24 | | ||
| 10-startup-routes-schema.cjs | 101.53 | 138.96 | | ||
| 10-startup-routes.cjs | 105.51 | 118.95 | | ||
| 100-startup-routes-schema.cjs | 112.29 | 153.49 | | ||
| 100-startup-routes.cjs | 110.78 | 131.76 | | ||
| 1000-startup-routes-schema.cjs | 287.59 | 390.76 | | ||
| 1000-startup-routes.cjs | 273.35 | 389.82 | | ||
| 10000-startup-routes-schema.cjs | 4605.98 | 4891.44 | | ||
| 10000-startup-routes.cjs | 4495.25 | 5871.09 | | ||
| startup-listen.cjs | 99.52 | 111.19 | | ||
| 1-startup-routes-schema.cjs | 93.36 | 127.81 | | ||
| 1-startup-routes.cjs | 94.38 | 104.38 | | ||
| 10-startup-routes-schema.cjs | 95.33 | 131.74 | | ||
| 10-startup-routes.cjs | 95.03 | 106.65 | | ||
| 100-startup-routes-schema.cjs | 107.32 | 146.12 | | ||
| 100-startup-routes.cjs | 104.73 | 125.40 | | ||
| 1000-startup-routes-schema.cjs | 276.68 | 374.93 | | ||
| 1000-startup-routes.cjs | 270.16 | 384.54 | | ||
| 10000-startup-routes-schema.cjs | 4516.63 | 4788.77 | | ||
| 10000-startup-routes.cjs | 4442.64 | 5677.05 | | ||
| startup-listen.cjs | 93.62 | 104.34 | |