Skip to content

Commit 84785b4

Browse files
authored
Fix spelling and enhance clarity in overview.md
Corrected the spelling of 'methodologies' in the description and improved clarity in the network performance section.
1 parent b387076 commit 84785b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • articles/high-performance-computing/performance-benchmarking

articles/high-performance-computing/performance-benchmarking/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "High-Performance Computing (HPC) performance and benchmarking overview"
3-
description: Learn about understanding and measuring the performance concepts and benchmarking methologies.
3+
description: Learn about understanding and measuring the performance concepts and benchmarking methodologies.
44
author: padmalathas
55
ms.author: padmalathas
66
ms.date: 02/23/2026
@@ -45,7 +45,7 @@ Memory system efficiency is crucial for overall system performance as it determi
4545

4646
# [Network performance](#tab/networkperf)
4747

48-
In a distributed computing environments, network performance metrics help evaluate the system's ability to communicate between nodes effectively. These metrics are essential for distributed and tightly coupled workloads that span multiple nodes. Network bandwidth defines the maximum data transfer rate between nodes, whereas network latency measures the time required for messages to travel across the interconnect. Message rate, often evaluated with MPI micro-benchmarks, indicates how well the system handles frequent, small communications, which is particularly important for communication-intensive HPC applications.
48+
In a distributed computing environment, network performance metrics help evaluate the system's ability to communicate between nodes effectively. These metrics are essential for distributed and tightly coupled workloads that span multiple nodes. Network bandwidth defines the maximum data transfer rate between nodes, whereas network latency measures the time required for messages to travel across the interconnect. Message rate, often evaluated with MPI micro-benchmarks, indicates how well the system handles frequent, small communications, which is particularly important for communication-intensive HPC applications.
4949

5050
# [AI specific metrics](#tab/aispecific)
5151

0 commit comments

Comments
 (0)