mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-06-07 13:57:40 +00:00
Improve tests
This commit is contained in:
parent
c5fa6d856a
commit
9f17395651
2 changed files with 13 additions and 7 deletions
|
@ -14,7 +14,7 @@ import numpy as np
|
|||
# - Bandwidth = BW
|
||||
# - Latency = L
|
||||
# |-------------------+------------+----------------+----------------------+--------------------------+-------------------------|
|
||||
# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communcation ends at(s) |
|
||||
# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communication ends at(s) |
|
||||
# |-------------------+------------+----------------+----------------------+--------------------------+-------------------------|
|
||||
# | 0 | 0 | 8 | 8 | 1 | 1 |
|
||||
# | 0.5 | 0.5 | 8 | C/U*D = 4 | R/I * L + R/BW = 0.75 | 1.25 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue