Conversation
Co-authored-by: caizixian <2891235+caizixian@users.noreply.github.com>
Co-authored-by: caizixian <2891235+caizixian@users.noreply.github.com>
configs for runbms subcommand|
@copilot reformat the code with |
Co-authored-by: caizixian <2891235+caizixian@users.noreply.github.com>
Formatted the code with |
|
@copilot Please update the changelog and the command reference doc (mark it as preview just like other preview flags). |
Co-authored-by: caizixian <2891235+caizixian@users.noreply.github.com>
Updated the changelog and command reference documentation. Added the |
Implementation Summary:
This PR implements support for randomizing the order of
configsfor therunbmssubcommand as requested in the issue. The feature helps identify whether performance spikes/noise are related to system issues (like I/O) or specific configurations.Key Changes:
--randomize-configsargument to the runbms commandrun_one_benchmark()to shuffle config indices when the flag is setDocumentation Updates:
Technical Details:
random.shuffle()on config indices rather than configs directly to preserve index-based loggingTesting:
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.