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

Performance Regression Testing #118

Open
neelabhg opened this issue Apr 5, 2016 · 0 comments
Open

Performance Regression Testing #118

neelabhg opened this issue Apr 5, 2016 · 0 comments

Comments

@neelabhg
Copy link
Contributor

neelabhg commented Apr 5, 2016

When working on this project, I'm hesitant to make changes because there doesn't seem to be a way to ensure that any changes 1. don't break things, and 2. don't degrade performance. There are some basic tests currently present, but I think we should add more functional/integration tests to the project.

One place where I think a discussion is necessary is how to ensure the VM stays performant. It'd be great if we could track VM performance as changes are made and this project evolves. Something like the Chrome Performance Dashboard. These performance tests and metric tracking should happen automatically, perhaps during continuous integration testing.

Here are some relevant issues I found:

Whenever I search for "web performance testing" or "js performance testing", I encounter tools and tips for profiling and optimizing "front-end" things, such as layout rendering, painting, CSS animations, scrolling, etc. These things are important, but I'm not sure which metrics we should focus on. In any case, it wouldn't hurt to monitor/test some front-end metrics. For this, the following tools look promising:

Having a "performance dashboard" will help contributors make changes with confidence, and provide interesting history to track jor1k's performance over time. We could also later add some benchmarks for comparison with other emulators, with the idea being that the benchmarks are run upon every commit in this project.

The first step needed is to define some metrics that we should track. Some of these metrics may also be helpful for #24. So, any insights/starting points?

@neelabhg neelabhg changed the title Performance Regression Testing/Monitoring Performance Regression Testing / Monitoring Apr 5, 2016
@neelabhg neelabhg changed the title Performance Regression Testing / Monitoring Performance Regression Testing Apr 5, 2016
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

2 participants