Skip to content

Add tests for expected results #2356

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

Closed
timcassell opened this issue Jul 6, 2023 · 0 comments · Fixed by #2361
Closed

Add tests for expected results #2356

timcassell opened this issue Jul 6, 2023 · 0 comments · Fixed by #2361
Assignees
Milestone

Comments

@timcassell
Copy link
Collaborator

To more easily validate changes to toolchains/auto generated code, we want to be able to run some tests to make sure we get expected results for all runtimes and toolchains. Empty method should have 0 (or less than 1 cpu cycle) time, overhead should not take more time than workload.

CI machines are unreliable due to the nature of their hardware and shared resources, so these will need to be part of the manual tests rather than part of the normal tests.

We can also validate memory allocations since it will be manual tested (we had memory measurement issues failing tests in the past).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants