CSIT-390 Replace rate calculation I
[csit.git] / resources / libraries / robot / performance.robot
index 5619d00..0aefdef 100644 (file)
 | | ...
 | | ... | \| Calculate pps \| 10000000000 | 64
 | | [Arguments] | ${bps} | ${framesize}
+| | ${framesize}= | Get Frame Size | ${framesize}
 | | ${ret}= | Evaluate | (${bps}/((${framesize}+20)*8)).__trunc__()
 | | Return From Keyword | ${ret}