Skip to content

Commit

Permalink
fuzz fd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Nov 25, 2024
1 parent dd00399 commit b4a00fa
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 67 deletions.
74 changes: 74 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ version = "0.0.7-solana-2.0"
[workspace.dependencies]
bincode = "1.3.3"
bs58 = "0.5.1"
criterion = "0.5.1"
mollusk-svm = { path = "harness", version = "0.0.7-solana-2.0" }
mollusk-svm-bencher = { path = "bencher", version = "0.0.7-solana-2.0" }
mollusk-svm-error = { path = "error", version = "0.0.7-solana-2.0" }
Expand All @@ -33,6 +34,7 @@ prost-build = "0.10"
prost-types = "0.10"
serde = "1.0.203"
serde_json = "1.0.117"
serial_test = "2.0"
solana-bpf-loader-program = "=2.0.9"
solana-compute-budget = "=2.0.9"
solana-logger = "=2.0.9"
Expand Down
3 changes: 2 additions & 1 deletion harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ solana-sdk = { workspace = true }
solana-logger = { workspace = true }

[dev-dependencies]
criterion = "0.5.1"
criterion = { workspace = true }
serial_test = { workspace = true }

[[bench]]
name = "ips"
Expand Down
Loading

0 comments on commit b4a00fa

Please sign in to comment.