Skip to content

Commit

Permalink
Revise benchmark due to @nestia/benchmark.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 15, 2024
1 parent fdfd1b5 commit bee52c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/benchmarks/AMD Ryzen 9 7940HS w Radeon 780M Graphics.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit bee52c7

Please sign in to comment.