perf(bench): add formatted public macro scenario - #136
Merged
Merged
Conversation
LimiNode
force-pushed
the
perf/benchmark-follow-up
branch
from
September 13, 2026 22:49
78caa7a to
8f042bf
Compare
Add a distinct SimpleLogFormatter benchmark alongside the passthrough public macro smoke. Record versioned fixture metadata for latency runs, keep the producer matrix explicit, and execute both public scenarios in CI without changing production logger locking.
Synchronize public-macro producers with a ready/start barrier and optional warmup, and share versioned metadata across benchmark targets. Require explicit build and hardware identity for comparable runs, update the fixture and methodology docs, and exercise metadata validation in CI benchmark smoke tests.
Require source commits for benchmark provenance without requiring them to match across before/after runs. Define the metadata_must_match fixture contract and document that comparable mode validates metadata completeness rather than canonical workload values.
LimiNode
force-pushed
the
perf/benchmark-follow-up
branch
from
September 14, 2026 16:25
d8d60b3 to
d85448e
Compare
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.
Summary
SimpleLogFormatterpublicLOGIT_INFO(...)benchmark alongside the passthrough record-construction scenario;exec_mxlock-elision as a separate research item.Verification
logit_public_macro_bench,logit_public_macro_formatted_bench,logit_hotpath_bench,logit_hotpath_bench_legacy, andlogit_bench;git diff --checkpassed.This PR does not change production logger synchronization or claim universal performance gains.