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

Recording performance improvements/regressions somewhere? #4724

Closed
IainNZ opened this issue Nov 3, 2013 · 4 comments
Closed

Recording performance improvements/regressions somewhere? #4724

IainNZ opened this issue Nov 3, 2013 · 4 comments

Comments

@IainNZ
Copy link
Member

IainNZ commented Nov 3, 2013

So I've been looking at https://julia-codespeed.csail.mit.edu/ (I find it fascinating!) and there are some interesting things going on there, e.g.

Should we be "annotating" these changes to explain what happened as part of long-term performance tracking? E.g. the splitline change seems to be a change in the test itself, but the commit that corresponds with the changes in pidigits seems to be related to "LUFACT fixes for sparse complex matrices" (cdcc91d), which is odd.

@JeffBezanson
Copy link
Sponsor Member

The splitline benchmark was changed to do more work; i have no idea why. @jiahao What motivated this?

The fasta benchmark was rewritten on Oct 18 to be faster.

@jiahao
Copy link
Member

jiahao commented Nov 4, 2013

@JeffBezanson probably a typo on my part somewhere...

@JeffBezanson
Copy link
Sponsor Member

Somebody should watch out for regressions and report them here as you have done. Is there any way to annotate the data?

@staticfloat
Copy link
Sponsor Member

We could come up with some method of doing so. Codespeed as it is attempts to do some basic statistical analysis on the data to identify "trends" or sharp changes based on statistics of the last 5 or so builds.

We can fiddle around with what Codespeed does; that's the beauty of open source. :)

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

4 participants