Merge bench_schnorrsig into bench

This commit is contained in:
Pieter Wuille
2021-10-17 14:02:10 -04:00
parent 3208557ae1
commit 9f56bdf5b9
5 changed files with 16 additions and 21 deletions

View File

@@ -51,10 +51,6 @@ then
$EXEC ./bench_internal
$EXEC ./bench
} >> bench.log 2>&1
if [ "$SCHNORRSIG" = "yes" ]
then
$EXEC ./bench_schnorrsig >> bench.log 2>&1
fi
fi
if [ "$CTIMETEST" = "yes" ]
then