Events endpoint - Time Saved #1309
-
|
Hello, For the moment I just sum all the duration from all HIT events, but it does't take into account tasks launched in parrallel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In that case, you did actually save 5 minutes since if you were not using turborepo they would not be in parallel, they would be sequential. |
Beta Was this translation helpful? Give feedback.
In that case, you did actually save 5 minutes since if you were not using turborepo they would not be in parallel, they would be sequential.
This would mean the time it would normally take is the sum of the tasks, however now it was reduced to a few milliseconds.