Skip to content

genconfig release v7.6.174

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 14:36
29111f0
updating algorithm to calculate speed connection for MAB (#1466)

* fix: recording time elapsed during connection reads and use it to calculate the connection speed

* fix: update normalize speed equation and unit tests to receive the new parameter

* fix: adding time durations on bandit dialer so we can make it testable

* feat: testing bandit dialer flow

* fix: deleting test dir after test execution

* fix: checking if rewards.csv was written

* fix: usinc the copy response as the number of bytes written at b

* fix: renaming type casting

* fix: using InEpsilon for float comparison