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

Improve fuzzer compile times #1255

Merged
merged 6 commits into from
Oct 25, 2024
Merged

Improve fuzzer compile times #1255

merged 6 commits into from
Oct 25, 2024

Conversation

Robbepop
Copy link
Member

We reduce compile time for translate and execute fuzzers by not making them have to compile Wasmtime and Wasmi (stack) since they don't need it. Instead those heavy dependencies are only compiled in for the differential fuzzer which requires them.

We reduce compile time for `translate` and `execute` fuzzers by not making them have to compile Wasmtime and Wasmi (stack) since they don't need it. Instead those heavy dependencies are only compiled in for the `differential` fuzzer which requires them.
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.40%. Comparing base (a74871a) to head (dd2df45).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1255   +/-   ##
=======================================
  Coverage   81.40%   81.40%           
=======================================
  Files         307      307           
  Lines       25211    25211           
=======================================
  Hits        20524    20524           
  Misses       4687     4687           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Robbepop Robbepop merged commit 9065ef2 into main Oct 25, 2024
19 checks passed
@Robbepop Robbepop deleted the rf-improve-fuzzer-comp-time branch October 25, 2024 16:22
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.

1 participant