Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add endTime into task execution summary #4326

Merged

Commits on Mar 24, 2023

  1. Add calculated endTime when serializing TaskExecutionSummary

    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.
    mehulkar committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    bb3aae9 View commit details
    Browse the repository at this point in the history