Page MenuHomePhabricator

bench: Add wallet_balance benchmarks
ClosedPublic

Authored by deadalnix on May 22 2020, 23:32.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCbf444f46b27e: bench: Add wallet_balance benchmarks
Summary

This is a partial backport of Core PR15779 : https://github.com/bitcoin/bitcoin/pull/15779/commits/fa46ac3127142358116c8473741708b3bb70ca15

Also include pieces of PR15788 that previously were ignored becauseit was dead code.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/test/util.cpp
14 ↗(On Diff #20573)

Surround with #ifdef ENABLE_WALLET

28 ↗(On Diff #20573)

Might as well skip this, I'll leave that up to you

This revision is now accepted and ready to land.May 23 2020, 18:59

Add guards around incusion of wallet.h

This revision was landed with ongoing or failed builds.May 23 2020, 19:48
This revision was automatically updated to reflect the committed changes.