Execution Context fuzzer is relatively slow #3998
Labels
optimization
Affects perf but not correctness or applicability
P1
tests
triaged
Discussed in a triage meeting
Milestone
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.
The text was updated successfully, but these errors were encountered: