Page MenuHomePhabricator

[bench] Benchmark CTxMemPool::check()
ClosedPublic

Authored by PiRK on Oct 7 2022, 09:13.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC8a5d04de8890: [bench] Benchmark CTxMemPool::check()
Summary
Test Plan

ninja bench-bitcoin

ns/opop/serr%totalbenchmark
172,478,220.005.800.1%1.90ComplexMemPool
...............
8.07123,977,164.610.0%0.00MempoolCheck

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Oct 7 2022, 09:13
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/bench/mempool_stress.cpp
96 ↗(On Diff #35508)

That's unused ?

This revision is now accepted and ready to land.Oct 7 2022, 09:48
src/bench/mempool_stress.cpp
96 ↗(On Diff #35508)

You are right. I checked other benchmarks, and it seems like a common pattern to create an unused TestingSetup, so maybe there is some cleanup to do.

This revision was automatically updated to reflect the committed changes.