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

feat(rust): add fuzzer for expressions #16581

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

coastalwhite
Copy link
Collaborator

@coastalwhite coastalwhite commented May 29, 2024

This adds a very basic fuzzer for expressions. Currently, if you run this, it will just panic in a few seconds because invalid ops commonly panic. Hopefully, this kind of starts the work of slowly phasing out those panics.

This adds a very basic fuzzer for expressions. Currently, if you run this it will just panic in a few seconds because invalid ops commonly panic. Hopefully, this kind start the work of slowly phasing out those panics.
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature rust Related to Rust Polars labels May 29, 2024
Copy link

codspeed-hq bot commented May 29, 2024

CodSpeed Performance Report

Merging #16581 will improve performances by 15.42%

Comparing coastalwhite:exprs-fuzz (fe83b0e) with main (a3e116e)

Summary

⚡ 1 improvements
✅ 36 untouched benchmarks

Benchmarks breakdown

Benchmark main coastalwhite:exprs-fuzz Change
test_tpch_q11 3.9 ms 3.4 ms +15.42%

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.50%. Comparing base (ef1c0c8) to head (fe83b0e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16581   +/-   ##
=======================================
  Coverage   81.50%   81.50%           
=======================================
  Files        1414     1414           
  Lines      185612   185612           
  Branches     2997     2997           
=======================================
+ Hits       151288   151292    +4     
+ Misses      33808    33804    -4     
  Partials      516      516           

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

@ritchie46 ritchie46 merged commit 3d655f0 into pola-rs:main May 30, 2024
23 checks passed
@coastalwhite coastalwhite deleted the exprs-fuzz branch May 30, 2024 06:08
@c-peters c-peters added the accepted Ready for implementation label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants