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

GD-6: Rework on Fuzzer loading by using expression runner. #245

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Conversation

MikeSchulze
Copy link
Owner

Why

The execution time of FuzzerToolTest was significant increased. This results of the long script loading time of GdUnitTestSuite.

What

  • move expression runner into a seperate class to reuse
  • build fuzzers by using the new expression runner
  • simplify tests by using external script resources instead of self.get_script() to avoid long loading times

# Why
The execution time of FuzzerToolTest was significant increased.
This results of the long script loading time of GdUnitTestSuite.

# What
- move expression runner into a seperate class to reuse
- build fuzzers by using the new expression runner
- simplify tests by using external script resources instead of self.get_script() to avoid long loading times
@MikeSchulze MikeSchulze self-assigned this Aug 13, 2023
@MikeSchulze MikeSchulze linked an issue Aug 13, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit cef08b8 into master Aug 13, 2023
@MikeSchulze MikeSchulze deleted the GD-6 branch August 13, 2023 17:18
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

Successfully merging this pull request may close these issues.

GD-6: The execution time of FuzzerToolTest is significantly increased
1 participant