wasm32-wasi.sh: match the number of iterations from build.zig
This commit is contained in:
parent
65d56b1077
commit
62424f2840
@ -16,7 +16,7 @@ make distclean >/dev/null
|
|||||||
|
|
||||||
if [ "x$1" = "x--bench" ]; then
|
if [ "x$1" = "x--bench" ]; then
|
||||||
export BENCHMARKS=1
|
export BENCHMARKS=1
|
||||||
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=100"
|
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=200"
|
||||||
else
|
else
|
||||||
export CPPFLAGS="-DED25519_NONDETERMINISTIC=1"
|
export CPPFLAGS="-DED25519_NONDETERMINISTIC=1"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user