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

Benchmarking tests #10

Open
asmblah opened this issue May 5, 2013 · 0 comments
Open

Benchmarking tests #10

asmblah opened this issue May 5, 2013 · 0 comments

Comments

@asmblah
Copy link
Owner

asmblah commented May 5, 2013

It would be good to have some performance benchmarking tests, to ensure that performance is never degraded with new releases.

For example, adding the ability to trap CPU halt is not likely to reduce performance, as the additional work is being done at a time when, by definition, the emulator is entering a low-workload state. On the other hand, trapping each CPU interrupt (eg. for acceptance tests to hook into) could adversely affect performance as many interrupts are triggered every second.

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

1 participant