Previously the test_time_broadcasting_data_single_shard only returns the time when the last node in the barbell receives the broadcasted data. What we prefer is to know how much time it takes to broadcast the data to X% nodes.
How was it fixed?
Gather the time data into a list, sort the list, and fetch the time of the num_nodes * X%th node
What was wrong?
Previously the
test_time_broadcasting_data_single_shard
only returns the time when the last node in the barbell receives the broadcasted data. What we prefer is to know how much time it takes to broadcast the data toX%
nodes.How was it fixed?
Gather the time data into a list, sort the list, and fetch the time of the
num_nodes * X%
th nodeCute Animal Picture