mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-04 06:43:09 +00:00
9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -z ${ZKBENCH_MEGABYTES} ]; then
|
|
ZKBENCH_MEGABYTES=128
|
|
fi
|
|
|
|
echo "MEGABYTES = $ZKBENCH_MEGABYTES"
|
|
|
|
./build/fakedata $ZKBENCH_MEGABYTES | shasum -a256 -b - |