Commit 58c678f
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.
Signed-off-by: Alexey Novikov <[email protected]>1 parent 4c5e11d commit 58c678f
File tree
1 file changed
+1
-1
lines changed- fabtests/benchmarks
1 file changed
+1
-1
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 | | |
| |||
0 commit comments