Merge bench_ecdh into bench

This commit is contained in:
Pieter Wuille
2021-10-17 12:10:23 -04:00
parent 2a7be678a6
commit 855e18d8a8
5 changed files with 15 additions and 20 deletions

View File

@@ -55,10 +55,6 @@ then
then
$EXEC ./bench_recover >> bench.log 2>&1
fi
if [ "$ECDH" = "yes" ]
then
$EXEC ./bench_ecdh >> bench.log 2>&1
fi
if [ "$SCHNORRSIG" = "yes" ]
then
$EXEC ./bench_schnorrsig >> bench.log 2>&1