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

Use browsertime runTime for Graphite/Influx and Grafana annotations and data. #3900

Merged
merged 3 commits into from
Jul 7, 2023

Commits on Jul 6, 2023

  1. Use browsertime runTime for Graphite/Influx and Grafana anootations a…

    …nd data.
    
    The old implementation always used the start time for all metrics sent except
    browsertime.run metrics (data for each run).
    
    This fix instead makes sure that if metrics (and annotations) uses the browsertime.pageSummary runTime (when the actual first iteration happen).
    
    This makes more sense if you test multiple pages within the same test.
    soulgalore committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cc131d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. remove console log

    soulgalore committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3d2e0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2f24d View commit details
    Browse the repository at this point in the history