-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
endTime
into task execution summary (#4326)
Adds a custom MarshalJSON method to get TaskExection to look the way we want it to look. This also allows us to make the TaskExecutionSummary struct itself a bit tighter with private fields, etc. This commit also: - renames some fields for readability - removes the Label field from TaskExecutionSummary as it isn't needed. I cross checked with `--profile` flag to make sure it wasn't somehow used by the chrometracing profile that is generated
- Loading branch information
Showing
2 changed files
with
48 additions
and
33 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
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