Updated test output

This commit is contained in:
Mark Qvist 2022-06-09 14:45:30 +02:00
parent 648e9a68b8
commit bb8012ad50
1 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ def targets():
print("Resource concluded")
rx_pr = (resource.link.attached_interface.rxb*8)/resource.link.attached_interface.rxptime
print("Average proccessing rates: RX "+size_str(rx_pr, "b")+"ps")
print("Average RX proccessing rate: "+size_str(rx_pr, "b")+"ps")
def link_established(link):
print("Link established")
@ -230,7 +230,7 @@ def resource_profiling():
print("Resource completed at "+size_str(resource_size/t, "b")+"ps")
rx_pr = (resource.link.attached_interface.rxb*8)/resource.link.attached_interface.rxptime
print("Average proccessing rates: RX "+size_str(rx_pr, "b")+"ps")
print("Average RX proccessing rate: "+size_str(rx_pr, "b")+"ps")
l1.teardown()
time.sleep(0.5)