-
-
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, 2024
1 parent
49201bc
commit e2575b4
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.17.0` | ||
* __Run:__ Sat Sep 28 2024 16:54:35 GMT+0000 (Coordinated Universal Time) | ||
* __Run:__ Mon Oct 07 2024 09:35:20 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 | 103.19 | 139.19 | | ||
| 1-startup-routes.cjs | 104.04 | 114.61 | | ||
| 10-startup-routes-schema.cjs | 105.79 | 143.35 | | ||
| 10-startup-routes.cjs | 107.15 | 119.62 | | ||
| 100-startup-routes-schema.cjs | 119.30 | 163.63 | | ||
| 100-startup-routes.cjs | 117.23 | 138.52 | | ||
| 1000-startup-routes-schema.cjs | 293.75 | 396.41 | | ||
| 1000-startup-routes.cjs | 266.94 | 383.42 | | ||
| 10000-startup-routes-schema.cjs | 4594.27 | 4874.97 | | ||
| 10000-startup-routes.cjs | 4634.62 | 5925.76 | | ||
| startup-listen.cjs | 105.01 | 116.18 | | ||
| 1-startup-routes-schema.cjs | 103.29 | 140.77 | | ||
| 1-startup-routes.cjs | 105.50 | 116.11 | | ||
| 10-startup-routes-schema.cjs | 105.82 | 143.27 | | ||
| 10-startup-routes.cjs | 106.80 | 119.47 | | ||
| 100-startup-routes-schema.cjs | 116.56 | 158.68 | | ||
| 100-startup-routes.cjs | 117.42 | 137.59 | | ||
| 1000-startup-routes-schema.cjs | 298.74 | 400.58 | | ||
| 1000-startup-routes.cjs | 280.14 | 394.12 | | ||
| 10000-startup-routes-schema.cjs | 5442.83 | 5719.24 | | ||
| 10000-startup-routes.cjs | 4550.75 | 5955.07 | | ||
| startup-listen.cjs | 106.79 | 118.07 | |