planetary-social / nos-followers

Server for Nostr follows and unfollows
MIT License
0 stars 0 forks source link

Aggregate follow changes #12

Closed dcadenas closed 2 weeks ago

dcadenas commented 2 weeks ago

Adds batched messages for follow notifications, new metrics, a way to measure when to aggregate or not and more tests

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 10674055156

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/domain/follow_change_aggregator.rs 219 221 99.1%
src/domain/follows_differ.rs 5 7 71.43%
src/publisher.rs 29 31 93.55%
src/worker_pool.rs 0 4 0.0%
src/tokio_rate_limiter.rs 11 20 55.0%
src/domain/follow_change_batch.rs 94 104 90.38%
src/account_info.rs 6 19 31.58%
<!-- Total: 374 416 89.9% -->
Files with Coverage Reduction New Missed Lines %
src/domain/follow_change.rs 1 53.85%
src/domain/follows_differ.rs 2 66.79%
src/worker_pool.rs 5 0.79%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 10648249586: 0.8%
Covered Lines: 1212
Relevant Lines: 1361

💛 - Coveralls