Skip to content

1.1.1#620

Merged
kaby76 merged 10 commits into
mainfrom
dev
Jul 2, 2026
Merged

1.1.1#620
kaby76 merged 10 commits into
mainfrom
dev

Conversation

@kaby76

@kaby76 kaby76 commented Jul 1, 2026

Copy link
Copy Markdown
Owner
  • Update performance measures in templates.

kaby76 and others added 10 commits June 30, 2026 18:11
…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>
@kaby76 kaby76 merged commit 486feea into main Jul 2, 2026
1 check 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.

1 participant