Skip to content

Commit

Permalink
[Scalability Envelope] Include broadcast time in test_object_store re…
Browse files Browse the repository at this point in the history
…sult json (ray-project#18974)
  • Loading branch information
jjyao authored Sep 29, 2021
1 parent 5eddaab commit be29d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/object_store/test_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def sum(self, arr):
if "TEST_OUTPUT_JSON" in os.environ:
out_file = open(os.environ["TEST_OUTPUT_JSON"], "w")
results = {
"broadcast_time": end - start,
"object_size": OBJECT_SIZE,
"num_nodes": NUM_NODES,
"success": "1"
Expand Down

0 comments on commit be29d27

Please sign in to comment.