Skip to content

Commit

Permalink
chore: add more benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Aug 9, 2024
1 parent 8d69eda commit e7db78c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target
Verifier.toml
.idea/
.DS_Store
2 changes: 2 additions & 0 deletions BENCHMARK.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ _Barrettenberg_: `0.46.1`
|---------|----------------|-------------|--------------------|--------------------|--------------------|----------------|
| v1 | 5 | 2,998,712 | 6 minutes 32 seconds | 13 minutes 30 seconds | 8 minutes 34 seconds | 0.05 seconds |
| v2 | 5 | 2,998,520 | 6 minutes 51 seconds | 13 minutes 39 seconds | 8 minutes 15 seconds | 0.04 seconds |
| v1 | 32 | 2,998,905 | 6 minutes 29 seconds | 13 minutes 10 seconds | 8 minutes 22 seconds | 0.05 seconds |
| v2 | 32 | 2,998,636 | 6 minutes 32 seconds | 13 minutes 13 seconds | 8 minutes 22 seconds | 0.05 seconds |
3 changes: 1 addition & 2 deletions Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[workspace]
members = ["crates/plume", "crates/use"]
default-member = "crates/plume"
members = ["crates/plume", "crates/use"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plume is needed to confirm your identity without disclosing your private data, i

## How to use?

### Add dependency to your projects `Nargo.toml`
### Add dependency to your project's `Nargo.toml`

```toml
[dependencies]
Expand Down

0 comments on commit e7db78c

Please sign in to comment.