You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Add performance information for all grammars in repo. (#4919)
* Update testing templates, and add initial version of perf test table script.
* [test-tps] Add N-run averaging with mean ± SEM markdown table
- Run each grammar's Test.exe N=3 times (configurable) and compute
mean ± SEM for PT, OT, TT, TPS, Post-warmup TPS, and Post-warmup
speed up; output results as a markdown table at the end of the run
- Add a silent warmup run before the N-loop to absorb Windows AV
pre-scan overhead, which inflated OT variance on the first real run
- Fix -g flag: explicitly specified grammars now bypass the filter=all
discovery scan instead of being overwritten by it
- Remove stale debug check ("what the f." block)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add performance.md.
* Add sortable HTML view of performance table
Adds performance.html (generated from performance.md) with clickable
column headers that sort ascending/descending. Also includes the
conversion script md_to_sortable_html.py.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add temporary link to sortable performance table (htmlpreview)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add column key to performance.md and performance.html
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Fix ± encoding corruption in performance.md and performance.html
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Render Markdown inline formatting in HTML key table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Left-justify Description column in HTML key table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Use inline styles to left-justify key table cells
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Fix punctuation in README.md
* Change link to performance table with final value in repo.
* Add antlr/grammars-v4 links to grammar names in performance table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments