Skip to content

Commit c537fb0

Browse files
committed
Add differential fastlz fuzzing between solady/cgo fastlz/geth fastlz
1 parent fc8ee0e commit c537fb0

File tree

5 files changed

+700
-0
lines changed

5 files changed

+700
-0
lines changed

op-e2e/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ clean:
6767

6868
fuzz:
6969
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFjordCostFunction ./
70+
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzGethSolidity ./
71+
go test -run NOTAREALTEST -v -fuzztime 10s -fuzz FuzzFastLzCgo ./
72+

0 commit comments

Comments
 (0)