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

Gather profiles globally for the entire run #52

Open
Manfred opened this issue Nov 4, 2019 · 0 comments
Open

Gather profiles globally for the entire run #52

Manfred opened this issue Nov 4, 2019 · 0 comments

Comments

@Manfred
Copy link
Collaborator

Manfred commented Nov 4, 2019

An object representing a run or perf_check could keep all the profiles. Then perf_check.profiles could return all the measurements. Statistics code and figure out how to interpret depending on the report (ie. compare branches, compare paths, compare responses).

[
  { branch: 'master', request_path: '/companies', latency: 0.23, query_count: 23, status: 200 },
  { branch: 'master', request_path: '/companies', latency: 0.27, query_count: 23, status: 200 },
  { branch: 'slower', request_path: '/companies', latency: 0.56, query_count: 37, status: 200 },
  { branch: 'slower', request_path: '/companies', latency: 0.66, query_count: 37, status: 200 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant