Skip to content

Commit

Permalink
Add tests for merkle_sum_tree and install coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kiseln committed Feb 26, 2024
1 parent e8e1e20 commit 98de254
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 5 deletions.
237 changes: 234 additions & 3 deletions zk_prover/Cargo.lock

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

3 changes: 2 additions & 1 deletion zk_prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ num-traits = "0.2.16"
rayon = "1.8.0"

[dev-dependencies]
criterion= "0.3"
criterion = "0.3"
cargo-llvm-cov = "0.6.6"

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

0 comments on commit 98de254

Please sign in to comment.