Replies: 1 comment 1 reply
-
Yes, the times are just R code execution times, and the discrepancy is probably mostly due to reading/writing from disk. But there are many other places that might cause overhead, and they often happen on different processes (for example, marshaling the target in the case of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
I am seeing this:
but the actual time between completions is around 3-5 minutes. I presume the extra time is writing to and reading from disk.
Consider splitting those timings out or just reporting the time from the start of input target loading to the end of output disk writing?
Beta Was this translation helpful? Give feedback.
All reactions