Skip to content

Reduce the maximum fuzzer depth to conserve memory and time#490

Merged
juntyr merged 1 commit into
ron-rs:masterfrom
juntyr:fuzzer-lower-depth
Aug 27, 2023
Merged

Reduce the maximum fuzzer depth to conserve memory and time#490
juntyr merged 1 commit into
ron-rs:masterfrom
juntyr:fuzzer-lower-depth

Conversation

@juntyr

@juntyr juntyr commented Aug 26, 2023

Copy link
Copy Markdown
Member

The fuzzer has recently struggled a bit with very deep documents, which can take up loads of memory and time, even though a 40-deep nested document won't tell us anything that a 32-deep document won't. I'm decreasing the max depth, default indentation, and max indentation depth in the hope that it helps the fuzzer a bit.

* [ ] I've included my change in CHANGELOG.md

@codecov-commenter

codecov-commenter commented Aug 26, 2023

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.31%. Comparing base (c65fa75) to head (a0dd168).
⚠️ Report is 68 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #490   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files          74       74           
  Lines        9000     9000           
=======================================
  Hits         8578     8578           
  Misses        422      422           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juntyr juntyr merged commit f81b665 into ron-rs:master Aug 27, 2023
@juntyr juntyr deleted the fuzzer-lower-depth branch August 27, 2023 03:53
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.

2 participants