The existing bench.c code defines bench_verify_data data variable, but some of the benchmarks then use it as bench_sign. Fix this by merging the two types into one.
Avoid using bench_verify_data as bench_sign_data; merge them #1301
pull sipa wants to merge 1 commits into bitcoin-core:master from sipa:202306_fix_data_type changing 1 files +5 −11-
sipa commented at 6:02 PM on May 9, 2023: contributor
-
Avoid using bench_verify_data as bench_sign_data; merge them 2e65f1fdbc
-
stratospher commented at 5:35 AM on May 10, 2023: contributor
ACK 2e65f1f.
- real-or-random approved
-
real-or-random commented at 7:46 AM on May 10, 2023: contributor
- real-or-random merged this on May 10, 2023
- real-or-random closed this on May 10, 2023
- sipa referenced this in commit b4eb644b6c on May 12, 2023
- hebasto referenced this in commit 49c52ea2b1 on May 13, 2023
- vmta referenced this in commit e1120c94a1 on Jun 4, 2023
- sipa referenced this in commit 901336eee7 on Jun 21, 2023
- vmta referenced this in commit 8f03457eed on Jul 1, 2023
- delta1 referenced this in commit 3f32c20932 on Aug 8, 2023
- delta1 referenced this in commit 31ac0c1081 on Aug 31, 2023
- janus referenced this in commit c4348d88db on Sep 11, 2023
- div72 referenced this in commit af627d47c3 on Apr 12, 2025
- str4d referenced this in commit 5a6bf5f178 on Jun 4, 2025
- Fabcien referenced this in commit 58866e951e on Apr 20, 2026
- Fabcien referenced this in commit 8074189214 on Apr 20, 2026
Contributors