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
We could measure the memory usage and execution time of :
Encrypting/Compressing a large file(s).
Serving a large amount of network requests.
Parallel and sequential workloads.
Tests should run with and without doFuture() and measure single, multiple (3) and many (100+) chains of Futures/Promises. Treating a Future as a promise should also be examined.
Error handling should also be included.
The text was updated successfully, but these errors were encountered:
We could measure the memory usage and execution time of :
Tests should run with and without doFuture() and measure single, multiple (3) and many (100+) chains of Futures/Promises. Treating a Future as a promise should also be examined.
Error handling should also be included.
The text was updated successfully, but these errors were encountered: