Investigate why small transfer is slow in AsyncSshTransport
#6737
Labels
type/performance
Issue related to how quickly AiiDA works
AsyncSshTransport
#6737
Here #6626 (comment)
I ran some tests comparing small file transfers between
core.ssh_async
andcore.ssh
The one for
core.ssh_async
is slower.I originally thought because the I/O for small tasks are not really blocking that much so that one is slow because it has async over heads.
But I may be wrong, so a more careful look is needed. Suggestions from @giovannipizzi
The text was updated successfully, but these errors were encountered: