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

What, if anything, have you done to thwart CPU frequency scaling? #30

Open
jlouis opened this issue Feb 14, 2016 · 1 comment
Open

What, if anything, have you done to thwart CPU frequency scaling? #30

jlouis opened this issue Feb 14, 2016 · 1 comment

Comments

@jlouis
Copy link

jlouis commented Feb 14, 2016

You need to make sure your CPU is running at full clock speed when starting the test. Otherwise, part of the test is a scaling of the CPU frequency, which isn't fair.

If you run the test 20 times for each application and measure all the results, what are the variance of the measurements? If you use something like Haskell's criterion or my own eministat to analyze the results, are they stable against outlier variance?

@ChristopherKing42
Copy link
Contributor

Haskell's code is able to detect variance: https://travis-ci.org/ChristopherKing42/skynet/builds/109503734#L460

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

2 participants