-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populate SpawnMetrics with more metrics in WorkerSpawnRunner
The extra metrics that we'll collect in `SpawnMetrics` (on top of total time that we already collect): * Setup time (e.g., prefetching inputs, setting up sandbox, etc.) * Queue time (how long it took to acquire a worker/resources) * Execution time of the worker (time between sending a request and receiving a response) * Time to process outputs * Number of inputs RELNOTES: Collect more performance metrics for worker execution. PiperOrigin-RevId: 318774173
- Loading branch information
1 parent
f8a94b9
commit 27a5c74
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters