Combine bench_sign and bench_verify into single bench

This commit is contained in:
Pieter Wuille
2021-10-17 12:08:06 -04:00
parent 8fa41201bd
commit 2a7be678a6
5 changed files with 51 additions and 71 deletions

View File

@@ -26,7 +26,7 @@ make
# Print information about binaries so that we can see that the architecture is correct
file *tests* || true
file bench_* || true
file bench* || true
file .libs/* || true
# This tells `make check` to wrap test invocations.
@@ -49,8 +49,7 @@ then
{
$EXEC ./bench_ecmult
$EXEC ./bench_internal
$EXEC ./bench_sign
$EXEC ./bench_verify
$EXEC ./bench
} >> bench.log 2>&1
if [ "$RECOVERY" = "yes" ]
then