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

Aggregated metrics in JSON format #274

Merged
merged 6 commits into from
Oct 4, 2017

Commits on Oct 4, 2017

  1. Refactor result printing

    Jaakko Pallari authored and Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ea7dbe9 View commit details
    Browse the repository at this point in the history
  2. File for writing summary

    Jaakko Pallari authored and Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    a5955a1 View commit details
    Browse the repository at this point in the history
  3. Skip JSON serialization for unserializable fields

    - Mutexes don't have any sensible JSON serialization
    - Attempting to serialize a parent node will lead to infinite recursion.
    Jaakko Pallari authored and Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    8fdedcc View commit details
    Browse the repository at this point in the history
  4. JSON summary

    Jaakko Pallari authored and Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    1793bc2 View commit details
    Browse the repository at this point in the history
  5. Always print summary in a human readable format

    Instead of choosing to print out the summary in either a human readable format
    or in JSON, always print out to stdout, and optionally write the JSON summary to
    a file.
    Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e079ab6 View commit details
    Browse the repository at this point in the history
  6. Fix gometalinter warnings

    Jaakko Pallari committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    d98ba72 View commit details
    Browse the repository at this point in the history