mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Updated test output
This commit is contained in:
parent
648e9a68b8
commit
bb8012ad50
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user