Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot]
7782471fcc Bump ajv from 6.12.2 to 6.12.6 in /circom-examples
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 14:27:42 +00:00
arnaucube
aa0d8728d8 Add treeinterface benchmarks
```
nCPU: 4, nLeafs: 10000
	asmtree.Add loop:	1m33.393613916s
	asmtree.AddBatch:	480.164271ms
	gravitontree.Add loop:	10.127451689s
	gravitontree.AddBatch:	141.29108ms
	arbo.Add loop:		1.16466211s
	arbo.AddBatch:		97.870759ms

nCPU: 8, nLeafs: 10000
	asmtree.Add loop:	24.538163095s
	asmtree.AddBatch:	194.14454ms
	gravitontree.Add loop:	6.150883978s
	gravitontree.AddBatch:	90.742666ms
	arbo.Add loop:		600.259558ms
	arbo.AddBatch:		50.440291ms

---

nCPU: 4, nLeafs: 500000
	asmtree.AddBatch:	24.95076993s
	gravitontree.AddBatch:	11.768588412s
	arbo.AddBatch:		23.360363426s

nCPU: 8, nLeafs: 500000
	asmtree.Add loop:	(not executed)
	asmtree.AddBatch:	14.363474201s
	gravitontree.Add loop:	8m45.300930089s
	gravitontree.AddBatch:	7.377581508s
	arbo.Add loop:  	2m0.229851504s
	arbo.AddBatch:  	8.759028338s
```
2021-05-19 22:50:39 +02:00
arnaucube
aff9bcc186 arbotree: Add tree.Size, update arbo version 2021-05-18 11:00:17 +02:00
arnaucube
88cbe4f29f Add arbotree interface wrapper 2021-05-08 17:12:24 +02:00
arnaucube
38ff9dd0e3 Add recover-geth-funds cli tool 2021-05-06 18:46:12 +02:00
arnaucube
fedcb31cca Add secp256k1 check of pubk for btcec & go-blindsecp256k1 2021-01-26 21:39:30 +01:00
arnaucube
985d001ffc Add rust JubJub & BabyJubJub EdDSA benchmarks 2020-09-10 19:12:17 +02:00
arnaucube
bff7f33916 Add poseidon-rs Fr from string & hex examples 2020-08-27 15:05:36 +02:00
arnaucube
f7de1bb933 Add circom-examples/equation.circom 2020-06-11 20:16:39 +02:00
arnaucube
f71ffcbbfb Add poseidon-lengths test 2020-04-19 14:13:54 +02:00
arnau
6424fca7bb Initial commit 2020-04-19 14:10:28 +02:00