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
Using ProgressLogging.@progress inside Pluto causes a large overhead that scales roughly with the number of iterations.
In this very simple notebook, it's about 0.05 seconds per iteration. In my actual use case, I observed an overhead of about 0.2 seconds per iteration (which happens to be longer than the computation itself). https://gist.github.com/yha/9874d03c15175e4075bab565f3730b80
out.mp4
The text was updated successfully, but these errors were encountered:
Using
ProgressLogging.@progress
inside Pluto causes a large overhead that scales roughly with the number of iterations.In this very simple notebook, it's about 0.05 seconds per iteration. In my actual use case, I observed an overhead of about 0.2 seconds per iteration (which happens to be longer than the computation itself).
https://gist.github.com/yha/9874d03c15175e4075bab565f3730b80
out.mp4
The text was updated successfully, but these errors were encountered: