summaryrefslogtreecommitdiff
path: root/crates/equix/fuzz/fuzz_targets
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-09-031-1/+1
|
* equix/fuzz: rustfmtMicah Elizabeth Scott2023-08-011-19/+16
|
* equix/fuzz: Fixes to get nick's prototype runningMicah Elizabeth Scott2023-08-011-11/+37
| | | | | | | | | There are some places we might improve this, maybe testing more data types and shapes. This patch just makes the minimal changes necessary to get it working: adds allocation logic to the fuzzer itself, and adds visibility for the bucket_array::mem interface. Signed-off-by: Micah Elizabeth Scott <[email protected]>
* WIP: Fuzzer for BucketArray.Nick Mathewson2023-08-011-0/+146