duckdb / duckdb/duckdb-sqlsmith
Add statistics to the fuzzer that countr how often certain expressions/functions are being tested
Open
- Dominant language
- C++
- Stars
- 7
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Currenlty we randomly select functions/Expressions when fuzzing. Once https://github.com/duckdb/duckdb_sqlsmith/issues/23 is merged, these percentages will be easy to change on the fly.
What might be cool to do next is to gather statistics to see what expressions and functions we are fuzzing.
Potentially there is a lot of skew right now and we don't know.
Would also be nice to see how many statements result in an Exception and how many get executed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.