Explictly pass SECP256K1_BENCH_ITERS to the benchmarks in travis.sh

This commit is contained in:
Elichai Turkel
2020-05-07 16:07:37 +03:00
parent 99bd661d71
commit 71757da5cc
2 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ then
else
EXEC=
fi
# This limits the iterations in the benchmarks below to ITER(set in .travis.yml) iterations.
export SECP256K1_BENCH_ITERS="$ITERS"
{
$EXEC ./bench_ecmult
$EXEC ./bench_internal