profiling mirai
2.0.0
#198
wlandau
started this conversation in
Show and tell
Replies: 1 comment 7 replies
-
With https://github.com/wlandau/crew/tree/193, I've hit cases where |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just thought I'd share a profiling study and data for
mirai
2.0.0. I stress testedmirai
on my M2 MacBook using a workflow with 20 workers and 100000 tasks.Performance overall is fantastic. From the timestamps, it looks like things slow down a bit as the number of submitted tasks increases.
And here is the
pprof
flame graph showing where the code spends most of its time:Beta Was this translation helpful? Give feedback.
All reactions