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

Add a performance test script / "performance regression tests" #1733

Open
jhasse opened this issue Feb 6, 2020 · 4 comments
Open

Add a performance test script / "performance regression tests" #1733

jhasse opened this issue Feb 6, 2020 · 4 comments

Comments

@jhasse
Copy link
Collaborator

jhasse commented Feb 6, 2020

Currently this is done manually by building Chromium before and after a commit. I think it would be good to have a script, which you can pass two commit hashes and a path to a Chromium source, which will then compare the -d stats result.

Maybe add the functionality to misc/measure.py?

See #1577 (comment)

@nightlark
Copy link
Contributor

How long does it take to build chromium?

@jonesmz

This comment was marked as abuse.

@ClausKlein
Copy link
Contributor

use ccache, that helps ...

@scivision
Copy link
Contributor

Would it be useful to have smaller but also ubiquitous packages? Maybe in Fortran too, like Lapack that is a couple thousand files mostly in Fortran.
Typically for benchmarking one tries to do several repeated runs to mitigate unpredictable externally-driven slowdowns.
Maybe look to the packages Phoronix frequently uses for build benchmarking?

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

5 participants