Conversation
kaby76
commented
Jul 1, 2026
Owner
- Update performance measures in templates.
…mup metrics. - Track parse-only time separately from overall wall-clock time - Report per-file token count alongside parse time and TPS - Add post-warmup TPS and speed-up ratio (excluding first/warm-up run) - Output each summary metric on its own line with shorter labels Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add "PT:" line showing total parse-only time across all files - Rename "T:" to "TT:" (Total Time) and move it after "OT:" - New summary order: PT, OT, TT, TPS, Post-warmup TPS, Post-warmup speed up Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the CSharp changes across Antlr4ng, Cpp, Dart, Java, JavaScript, PHP, Python3, and TypeScript: - Track total parse time (PT) separately from overall wall-clock time (TT) - Report overhead time (OT = TT - PT) - Per-file output now includes token count (time, tokens, tps order) - Summary adds Post-warmup TPS and Post-warmup speed up (n.a. for single file) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the changes from other targets: - Track total parse time (PT) separately from overall wall-clock time (TT) - Report overhead time (OT = TT - PT) - Per-file output now includes token count (time, tokens, tps order) - Summary adds Post-warmup TPS and Post-warmup speed up (n.a. for single file) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the changes from other targets: - Track total parse time (PT) separately from overall wall-clock time (TT) - Report overhead time (OT = TT - PT) - Per-file output now includes token count (time, tokens, tps order) - Summary adds Post-warmup TPS and Post-warmup speed up (n.a. for single file) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the changes from other targets: - Track total parse time (PT) separately from overall wall-clock time (TT) - Report overhead time (OT = TT - PT) - Per-file output now includes token count (time, tokens, tps order) - Summary adds Post-warmup TPS and Post-warmup speed up (n.a. for single file) - Thread parse_seconds out of parse_input via updated return type (usize, usize, f64) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a new section explaining the per-file output fields (time, tokens, tps) and the six summary labels (PT, OT, TT, TPS, Post-warmup TPS, Post-warmup speed up) with a description of what each measures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.