Skip to content

Commit

Permalink
Merge bitcoin#812: travis: run bench_schnorrsig
Browse files Browse the repository at this point in the history
a51f2af travis: run bench_schnorrsig (Jonas Nick)

Pull request description:

ACKs for top commit:
  sipa:
    ACK a51f2af
  elichai:
    ACK a51f2af

Tree-SHA512: dfe68090fc60cba3cf2ff2f459f8ee47c4de65d28aee64310a7f7d54667daea5e82b907742445fa76b95cc2e67d57605dd260080919d8b805704784618745e29
  • Loading branch information
jonasnick committed Sep 12, 2020
2 parents 8ab24e8 + a51f2af commit c9939ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ then
then
$EXEC ./bench_ecdh >> bench.log 2>&1
fi
if [ "$SCHNORRSIG" = "yes" ]
then
$EXEC ./bench_schnorrsig >> bench.log 2>&1
fi
fi
if [ -n "$CTIMETEST" ]
then
Expand Down

0 comments on commit c9939ba

Please sign in to comment.