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

Execution Context fuzzer is relatively slow #3998

Open
Alan-Jowett opened this issue Nov 10, 2024 · 0 comments
Open

Execution Context fuzzer is relatively slow #3998

Alan-Jowett opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
optimization Affects perf but not correctness or applicability P1 tests triaged Discussed in a triage meeting
Milestone

Comments

@Alan-Jowett
Copy link
Member

Execution Context fuzzer has a low cycle rate making it inefficient at finding bugs.

Execution Context fuzzer currently completely initializes and terminates the runtime, which is relatively slow. It would be better to keep the runtime around and instead just close all outstanding handles.

@dthaler dthaler added tests optimization Affects perf but not correctness or applicability labels Nov 11, 2024
@shankarseal shankarseal self-assigned this Nov 11, 2024
@shankarseal shankarseal added this to the 2411 milestone Nov 11, 2024
@shankarseal shankarseal added P1 triaged Discussed in a triage meeting labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Affects perf but not correctness or applicability P1 tests triaged Discussed in a triage meeting
Projects
None yet
Development

No branches or pull requests

3 participants