You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed ballast test cases by using cross-platform lib (#61)
* Fixed ballast test cases by using cross-platform lib
The ballast test case unreliable across platforms so had to remove it.
It'll be replaced with an external test case as leveraging the
performance testbed.
The latest version was working on Linux and macOS laptops but had a hard
time on Travis CI. It seems the only reliable way to test ballast is to
spin up an external collector process and monitor it's memory usage.
This will be implemented as part one of the perf testbed cases.
0 commit comments