Skip to content

Commit 486ca34

Browse files
Merge pull request #2463 from jasonrandrews/review
Update benchmarking info for Node.js
2 parents efbe035 + 36be7f7 commit 486ca34

File tree

1 file changed

+1
-18
lines changed
  • content/learning-paths/servers-and-cloud-computing/node-js-gcp

1 file changed

+1
-18
lines changed

content/learning-paths/servers-and-cloud-computing/node-js-gcp/benchmarking.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Benchmark Node.js performance with Autocannon on Arm and x86_64
2+
title: Benchmark Node.js performance with Autocannon
33
weight: 6
44

55
### FIXED, DO NOT MODIFY
@@ -82,23 +82,6 @@ Now have a look at the Autocannon benchmark metrics to get a sense of how Node.j
8282
- Standard deviation (Stdev) indicates how much the response times vary around the average; lower values mean the server responds more consistently.
8383
- The minimum latency (Min) represents the fastest response recorded during the benchmark, highlighting the best-case performance for individual requests.
8484

85-
## Review Node.js benchmark results on x86_64
86-
87-
To compare the benchmark results, the following results were collected by running the same benchmark on a `x86 - c4-standard-4` (4 vCPUs, 15 GB Memory) x86_64 VM in GCP, running SUSE:
88-
89-
### Latency results (ms):
90-
91-
| Metric | 2.5% | 50% (Median) | 97.5% | 99% | Avg | Stdev | Max |
92-
|----------|------|--------------|-------|-----|--------|--------|-------|
93-
| Latency | 0 | 1 | 2 | 2 | 0.73 | 0.87 | 104 |
94-
95-
### Throughput results:
96-
97-
| Metric | 1% | 2.5% | 50% | 97.5% | Avg | Stdev | Min |
98-
|------------|--------|--------|---------|---------|----------|-----------|---------|
99-
| Req/Sec | 70,143 | 70,143 | 84,479 | 93,887 | 84,128 | 7,547.18 | 70,095 |
100-
| Bytes/Sec | 13.6 MB| 13.6 MB| 16.4 MB | 18.2 MB | 16.3 MB | 1.47 MB | 13.6 MB|
101-
10285
## Review Node.js benchmark results on Arm64
10386

10487
Here are the results from the earlier run on the `c4a-standard-4` (4 vCPU, 16 GB memory) Arm64 VM in GCP (SUSE):

0 commit comments

Comments
 (0)