wasm32-wasi.sh: match the number of iterations from build.zig

This commit is contained in:
Frank Denis 2022-12-20 08:30:59 +01:00
parent 65d56b1077
commit 62424f2840

View File

@ -16,7 +16,7 @@ make distclean >/dev/null
if [ "x$1" = "x--bench" ]; then
export BENCHMARKS=1
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=100"
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=200"
else
export CPPFLAGS="-DED25519_NONDETERMINISTIC=1"
fi