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

Create benchmarks #13

Open
LinqLover opened this issue Mar 19, 2021 · 1 comment
Open

Create benchmarks #13

LinqLover opened this issue Mar 19, 2021 · 1 comment
Labels
development Concerns internal quality (tests, performance, automation, ...)

Comments

@LinqLover
Copy link
Owner

Custom simulation is really slow already at the moment. To make sure it does not get even slower, create some benchmarks and write tests for them to make sure that a random change does not break down the overall performance massively.

We do not even need to deal with nasty and device-dependent time values here: Just run the relevant code in something like a Sandbox and count the number of primitives executed. This would be stuff enough for a separate tool. :D

@LinqLover
Copy link
Owner Author

Basic benchmarks have been added with #29, but there is not yet any automated CI check for the results.

@LinqLover LinqLover added the development Concerns internal quality (tests, performance, automation, ...) label Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Concerns internal quality (tests, performance, automation, ...)
Projects
None yet
Development

No branches or pull requests

1 participant