mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-09 09:13:09 +00:00
12 lines
294 B
INI
12 lines
294 B
INI
name: "Hashes benchmarking using sp1 prover"
|
|
author:
|
|
timeout: 200
|
|
params:
|
|
[ HASH_TYPE: [ "sha256", "keccak", "blake2", "blake3"]
|
|
, INPUT_SIZE_BYTES: [ 256, 512, 1024, 2048 ]
|
|
]
|
|
tags: sp1, $HASH_TYPE
|
|
|
|
comments:
|
|
The benchmarks includes for sha256, keccak, blake2, blake3 using sp1.
|