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

Performance telemetry API #2490

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2021

  1. Performance telemetry API

    asankov committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    a9c655f View commit details
    Browse the repository at this point in the history
  2. wip: Add Performance Telemetry UI page

    still WIP, because the page breaks when given too much data.
    the algorithm for the data looks OK, because it works with the small
    data-set I left in the code. however, given dataset with more than 500
    runs it fails to display the chart miserably.
    asankov committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    439861c View commit details
    Browse the repository at this point in the history
  3. code-review fixes:

    - API error, because of wrong key
    - remove colors, because that is handled by C3
    - add usernames, not user IDs
    - add 'TR-' notation
    asankov committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    88d212f View commit details
    Browse the repository at this point in the history