Skip to content

Commit

Permalink
Fix Typo in "Delete Method"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 4, 2024
1 parent 3936a28 commit 3003002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The benchmark includes the following tests for each Merkle Tree implementation:
2. Generate Proofs: Measures the performance of generating Merkle proofs.
3. Verify Proofs: Measures how quickly the generated proofs can be verified.
4. Update Leaves: Measures how quickly the leaves can be updated.
5. Delete Leaves: Measures how quickly the leaves can be deleted. The Lean Merkle tree is excluded because it does not have deleted method implemented.
5. Delete Leaves: Measures how quickly the leaves can be deleted. The Lean Merkle tree is excluded because it does not have delete method implemented.

## Benchmark Structure.

Expand Down

0 comments on commit 3003002

Please sign in to comment.