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

Performace Graphs #45

Open
benfwalker opened this issue Nov 21, 2017 · 3 comments
Open

Performace Graphs #45

benfwalker opened this issue Nov 21, 2017 · 3 comments

Comments

@benfwalker
Copy link

I dont really understand the performance graphs. What are all the dotted lines? Are they other peoples runs? If so, what does the min/max mean?

Also, what is the time scale? I'm pretty sure it isnt milliseconds, because I imagine that no-one is hitting nanoseconds at any input scale.

@m8pple
Copy link
Contributor

m8pple commented Nov 22, 2017

If you mean the straight lines, then they are straight lines on a log-log graph, so the slope
is allowing you to judge the slope of other lines.

For the other wavy dotted lines, they should be giving you the min/median/max across all
implementations. So they should form a bracket on your personal results (which appear in
bold - though if you have no results for an implementation it won't appear).

As to the time-scale, there was a question about it here #34. The newer graphs (if they ever finish),
have a different y-scale. However, you have all your raw data available in the logs.

@benfwalker
Copy link
Author

Ah right, so just to check, the colored (red and turquoise) min/max lines are what they seem, i.e. the best and worst implementations of the master branch of everyone who's opted in?

@m8pple
Copy link
Contributor

m8pple commented Nov 24, 2017

Yes, that's correct.

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