mirror of
https://github.com/babybear-labs/benchmark.git
synced 2026-01-10 15:58:01 -05:00
552 B
552 B
Getting Started:
- Run npm install.
- Run pip install -r requirements.txt
- Download powersoftau file from here. It should be stored in
poweroftaudirectory in this project. - In
scripts/compile_circuit.sh, properly setCIRCOMLIB_PATHpath to npm_modules. - Update the size of input for circuits in their test files.
- For benchmarking run the following code: Poseidon: python3 test_poseidon.py Fibonacci: python3 test_fibonacci.py SHA256: python3 test_sha256.py