mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-11 07:23:29 -07:00
Updated test output
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user