Skip to content

fabtests/benchmarks: Add oob_sync between test sizes to mt_bw#12116

Merged
zachdworkin merged 1 commit intoofiwg:mainfrom
zachdworkin:fabtest
Apr 14, 2026
Merged

fabtests/benchmarks: Add oob_sync between test sizes to mt_bw#12116
zachdworkin merged 1 commit intoofiwg:mainfrom
zachdworkin:fabtest

Conversation

@zachdworkin
Copy link
Copy Markdown
Contributor

We need a ft_oob_sync between test sizes to guarantee that the performance results are accurate. Without the sync, the sender is permitted to blast all of their sends while the receiver is stuck processing them one by one. In this case it is possible for the sender to have sent every message size while the receiver is still processing, and posting performance results, for the first or second message size. Adding the sync here will guarantee more accurate results.

We need a ft_oob_sync between test sizes to guarantee that the
performance results are accurate. Without the sync, the sender is
permitted to blast all of their sends while the receiver is stuck
processing them one by one. In this case it is possible for the
sender to have sent every message size while the receiver is
still processing, and posting performance results, for the first
or second message size. Adding the sync here will guarantee more
accurate results.

Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
@zachdworkin zachdworkin requested a review from ooststep April 7, 2026 13:11
@zachdworkin zachdworkin requested a review from aingerson April 14, 2026 13:17
@zachdworkin zachdworkin merged commit ecfc5a8 into ofiwg:main Apr 14, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants