From bee52c705fc6fa8346dd8663177c07df9d5c831d Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Tue, 16 Jul 2024 00:42:46 +0900 Subject: [PATCH] Revise benchmark due to `@nestia/benchmark`. --- .../AMD Ryzen 9 7940HS w Radeon 780M Graphics.md | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md b/docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md index 3b3219d..a314f51 100644 --- a/docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md +++ b/docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md @@ -1,5 +1,5 @@ # Benchmark Report -> Generated by [`@nestia/e2e`](https://github.com/samchon/nestia) +> Generated by [`@nestia/benchmark`](https://github.com/samchon/nestia) - Specifications - CPU: AMD Ryzen 9 7940HS w/ Radeon 780M Graphics @@ -11,21 +11,21 @@ - Threads: 4 - Simultaneous: 32 - Time - - Start: 2024-06-20T16:03:16.559Z - - Complete: 2024-06-20T16:03:17.144Z - - Elapsed: 585 ms + - Start: 2024-07-15T15:34:52.096Z + - Complete: 2024-07-15T15:34:52.825Z + - Elapsed: 729 ms Type | Count | Success | Mean. | Stdev. | Minimum | Maximum ----|----|----|----|----|----|---- -Total | 1,052 | 1,052 | 16.61 | 7.96 | 8 | 65 +Total | 1,052 | 1,052 | 20.39 | 8.57 | 3 | 89 > Unit: milliseconds ## Endpoints Type | Count | Success | Mean. | Stdev. | Minimum | Maximum ----|----|----|----|----|----|---- -GET /monitors/system | 519 | 519 | 16.84 | 8.08 | 9 | 65 -GET /monitors/health | 533 | 533 | 16.38 | 7.84 | 8 | 63 +GET /monitors/system | 507 | 507 | 20.6 | 8.72 | 5 | 87 +GET /monitors/health | 545 | 545 | 20.19 | 8.43 | 3 | 89 > Unit: milliseconds diff --git a/package.json b/package.json index fb92f0f..4225c28 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/samchon/backend", "devDependencies": { - "@nestia/benchmark": "^0.1.1", + "@nestia/benchmark": "^0.1.2", "@nestia/e2e": "^0.7.0", "@nestia/sdk": "^3.7.0", "@rollup/plugin-terser": "^0.4.4", @@ -62,7 +62,7 @@ "copy-webpack-plugin": "^12.0.2", "eslint-plugin-deprecation": "^2.0.0", "inquirer": "^8.2.5", - "nestia": "^5.3.1", + "nestia": "^5.4.0", "prettier": "^3.2.5", "prettier-plugin-prisma": "^5.0.0", "prisma-markdown": "^1.0.9",