Skip to content

bench: add persistence and load benchmarks for wallet sync - #32

Merged
110CodingP merged 1 commit into
masterfrom
benchmark
Aug 9, 2026
Merged

bench: add persistence and load benchmarks for wallet sync#32
110CodingP merged 1 commit into
masterfrom
benchmark

Conversation

@110CodingP

@110CodingP 110CodingP commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Fixes #24

Summary of Changes

Adds Criterion benchmarks:

  1. persist_desc_network:

    • Measures initial wallet creation and metadata persistence.
  2. bench_persist_synced_wallet:

    • Measures wallet.persist(&mut store) performance.
  3. bench_load_synced_wallet:

    • Measures load_wallet(&mut store) speed.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@110CodingP
110CodingP merged commit 11207ac into master Aug 9, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Perform Benchmarking

2 participants