mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-09 23:41:33 +01:00
feat: benchmarks (#3)
* add benchmark * chore: add complex circuit * feat: enable parallel / asm * bench: use pre-calculated matrices/constraints * chore: bump ethers-rs * chore: fmt * feat: add benches for differently sized circuits (#6) * feat: update bench circuit * feat: add benches for many sizes * fix: adjust bench parameters * fix: remove sym * chore: fmt * fix: point to correct commit of groth16 * fix: update function names to upstream * fix: update function names to upstream Co-authored-by: Kobi Gurkan <kobigurk@gmail.com>
This commit is contained in:
committed by
GitHub
parent
11e6d04f3b
commit
bb0f5429fc
8
test-vectors/complex-circuit/.gitignore
vendored
Normal file
8
test-vectors/complex-circuit/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
*.swp
|
||||
complex-circuit-*-*.*
|
||||
powersOfTau*
|
||||
!complex-circuit-10000-10000.*
|
||||
proof.json
|
||||
public.json
|
||||
verification_key.json
|
||||
witness.wtns
|
||||
Reference in New Issue
Block a user