Commit 13ab4a3
committed
fabtests/benchmark_shared: bandwidth_rma: force sync after each warmup iteration
Modify bandwidth_rma() to synchronize after every warmup iteration
instead of only at window boundaries. This ensures proper warmup of
the server->client connection path for unidirectinal mode
The writedata test asymmetry (client sends many writes, server replies
with single send per window) means only the client->server path gets
warmed up during normal iterations. Forcing sync during warmup ensures
both directions are properly established before timing begins.
Also increase default warmup iterations from 10 to 16.
Signed-off-by: Alexey Novikov <[email protected]>1 parent e60a8d2 commit 13ab4a3
File tree
2 files changed
+2
-2
lines changed- fabtests
- benchmarks
- include
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
| 770 | + | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
0 commit comments