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
{{ message }}
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
Running the test at full speed results in the CPU being under continuous load. This library is supposed to be permanently I/O bound, we'll have to figure out what is burning all the cpu cycles.
The text was updated successfully, but these errors were encountered:
It seems like most of the cpu load comes from calling Blake2b. No test or benchmark maxes out the CPU load except for TestSilo which continuously generates random numbers within 250 threads.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the test at full speed results in the CPU being under continuous load. This library is supposed to be permanently I/O bound, we'll have to figure out what is burning all the cpu cycles.
The text was updated successfully, but these errors were encountered: