Skip to content

Commit 82de837

Browse files
authored
Clarify network communication measurements section
Reworded the explanation for network communication measurements to enhance clarity and conciseness.
1 parent ec5690a commit 82de837

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

measurements/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This folder contains studies and source code specifically for measuring communic
3232
Here you will find studies and source code focused on measuring communication times using ZeroMQ within a single system setup.
3333

3434
# Network Communication Measurements (Two Systems Required)
35-
For the Latency, Throughput, and CPU Usage measurements, two different systems are required. These systems should be connected over the same network to ensure efficient and accurate communication measurements between them. This setup is crucial for evaluating network-dependent performance metrics effectively.
35+
For the Latency, Throughput, and CPU Usage measurements, two different systems are required. These systems should be connected to the same network to ensure efficient, accurate communication between them. This setup is crucial for effectively evaluating network-dependent performance metrics.
36+
3637
# Important Note on Port Variables
3738
The measurement benchmark scripts (A.py, B.py, C.py) expect port variables such as `PORT_NAME_F1_F2`, `PORT_F1_F2`, `PORT_NAME_F2_F3`, and `PORT_F2_F3` to be injected by `copy_with_port_portname.py` during study generation. Running these scripts directly will use safe fallback defaults and may not reflect full study behavior. For accurate results, always run measurements through the study generation workflow (e.g., `makestudy`).

0 commit comments

Comments
 (0)