mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-09 17:23:09 +00:00
10 lines
235 B
INI
10 lines
235 B
INI
name: "Plonky2 hashes circuit benchmarking"
|
|
author:
|
|
timeout: 100
|
|
params:
|
|
[ HASH_TYPE_TREE: [ "poseidon"]
|
|
, TREE_DEPTH: [ 2, 4, 8, 16 ]
|
|
]
|
|
tags: plonky2, $HASH_TYPE_TREE
|
|
comments:
|
|
The benchmarks includes for poseidon hash. |