Skip to content

Commit

Permalink
Print backend in the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 23, 2024
1 parent 824e9f7 commit 71ce12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ucxx/ucxx/benchmarks/send_recv.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def client(queue, port, server_address, args):
print_key_value(key="Number of buffers", value=f"{args.n_buffers}")
print_key_value(key="Object type", value=f"{args.object_type}")
print_key_value(key="Reuse allocation", value=f"{args.reuse_alloc}")
print_key_value(key="Backend", value=f"{args.backend}")
client.print_backend_specific_config()
print_separator(separator="=")
if args.object_type == "numpy":
Expand Down

0 comments on commit 71ce12b

Please sign in to comment.