-
-
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
Oct 18, 2024
1 parent
12b3a07
commit 71ab568
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 | 4 vCPUs | 15.6GB Mem | ||
* __Node:__ `v20.17.0` | ||
* __Run:__ Tue Oct 15 2024 06:55:21 GMT+0000 (Coordinated Universal Time) | ||
* __Node:__ `v20.18.0` | ||
* __Run:__ Fri Oct 18 2024 17:57:15 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 | 101.49 | 135.60 | | ||
| 1-startup-routes.cjs | 103.09 | 113.39 | | ||
| 10-startup-routes-schema.cjs | 103.78 | 139.41 | | ||
| 10-startup-routes.cjs | 102.66 | 114.76 | | ||
| 100-startup-routes-schema.cjs | 114.12 | 156.98 | | ||
| 100-startup-routes.cjs | 114.74 | 135.54 | | ||
| 1000-startup-routes-schema.cjs | 278.65 | 378.38 | | ||
| 1000-startup-routes.cjs | 278.96 | 391.44 | | ||
| 10000-startup-routes-schema.cjs | 4562.96 | 4834.74 | | ||
| 10000-startup-routes.cjs | 4365.19 | 5613.39 | | ||
| startup-listen.cjs | 104.87 | 116.55 | | ||
| 1-startup-routes-schema.cjs | 108.02 | 144.51 | | ||
| 1-startup-routes.cjs | 104.28 | 115.11 | | ||
| 10-startup-routes-schema.cjs | 109.68 | 146.74 | | ||
| 10-startup-routes.cjs | 107.15 | 119.60 | | ||
| 100-startup-routes-schema.cjs | 119.49 | 165.35 | | ||
| 100-startup-routes.cjs | 118.68 | 139.72 | | ||
| 1000-startup-routes-schema.cjs | 295.02 | 400.59 | | ||
| 1000-startup-routes.cjs | 281.52 | 402.35 | | ||
| 10000-startup-routes-schema.cjs | 4729.98 | 5021.39 | | ||
| 10000-startup-routes.cjs | 4648.85 | 6096.02 | | ||
| startup-listen.cjs | 112.83 | 124.10 | |