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

Are std.dev calculated correctly ? #18

Open
tonythomas01 opened this issue May 4, 2017 · 0 comments
Open

Are std.dev calculated correctly ? #18

tonythomas01 opened this issue May 4, 2017 · 0 comments

Comments

@tonythomas01
Copy link
Collaborator

tonythomas01 commented May 4, 2017

Checking at the webkit test case - https://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/benchmark_runner/benchmark_results_unittest.py?rev=216117#L42 -- I see that the stdev should be a percentage (out of 100). What we have now is a fraction like 0.0704225352113 in:

{'name': SpeedometerExample, 'metric': Time\Total, 'value': 674.22, 'stdev': 0.098284410446}

Well, it wont hurt much to process and display the round(obj.stdev*100, 2) during runtime, but this seems to be a calculation which can be pushed to the bot data processing code to save on load time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant