Skip to content

Commit

Permalink
Add differential fastlz fuzzing between solady/cgo fastlz/geth fastlz
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed May 2, 2024
1 parent fc8ee0e commit c537fb0
Show file tree
Hide file tree
Showing 5 changed files with 700 additions and 0 deletions.
3 changes: 3 additions & 0 deletions op-e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ clean:

fuzz:
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFjordCostFunction ./
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzGethSolidity ./
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzCgo ./

Loading

0 comments on commit c537fb0

Please sign in to comment.