Refresh benchmarks against current main#21
Merged
Conversation
Regenerate both the CLI comparison and the BenchmarkDotNet microbenchmarks on the current tree (Apple M2, .NET 10). Numbers now reflect the IAeadCipher backend seam and the pre-auth parser bounds. CLI wall-clock is essentially unchanged (within noise; every relative ranking holds). Microbenchmark times moved a few percent; the notable change is the per-operation ChaCha-path allocation (Encrypt 1 KB ~12->20 KB, X25519 wrap ~3.6->6.6 KB) from the cipher seam. The armored decrypt path — the only hot path the parser bounds touch — stayed within noise, confirming the bound's one-scan-per-read cost is negligible.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 91.28% 91.32% +0.04%
==========================================
Files 42 42
Lines 2443 2443
Branches 322 322
==========================================
+ Hits 2230 2231 +1
+ Misses 154 153 -1
Partials 59 59 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerates
docs/BENCHMARKS.mdon the current tree (Apple M2, macOS 26, .NET 10, 2026-07-23). The committed numbers predated theIAeadCipherbackend seam and the pre-auth parser bounds.What changed
Docs-only; no code change.