Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Feat/benchmark #3

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Feat/benchmark #3

wants to merge 22 commits into from

Conversation

tronch0
Copy link

@tronch0 tronch0 commented Apr 7, 2023

Benchmark

The benchmark tests cover the most common circuits implementations, aiming to provide insight into the performance and cost of widely-used proofs. By offering a comprehensive set of benchmarking tests, we aim to foster a better understanding of the current performance levels

@tronch0 tronch0 added the WIP Work In Progress label Apr 7, 2023
@tronch0 tronch0 self-assigned this Apr 7, 2023
@tronch0 tronch0 requested a review from OBrezhniev April 9, 2023 11:54

### Example

Say we want to run a benchmark on merkle tree inclusion proof for a tree with depth of 30, and we want to use `powersOfTau28_hez_final_20.ptau`, we will need to run the following command `./run_benchmark.sh merkle tree 30 20`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct command: ./run_benchmark.sh merkletree 30 20

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@tronch0 tronch0 removed the WIP Work In Progress label Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants