🤖 Update Benchmark Results - #6626
Conversation
Greptile SummaryThis automated update refreshes the published runtime and build benchmark results for 2026-08-17.
Confidence Score: 4/5The PR appears safe to merge, with a non-blocking benchmark-presentation inconsistency around the newly added xUnit v3 AOT results. The benchmark data remains structurally consistent, but existing generated surfaces omit or display the new xUnit3_AOT method inconsistently. Files Needing Attention: docs/static/benchmarks/latest.json, README.md, and generated benchmark pages
|
| Filename | Overview |
|---|---|
| docs/static/benchmarks/latest.json | Refreshes aggregate benchmark values and adds xUnit3_AOT rows, but the new method is not consistently supported by presentation consumers. |
| README.md | Refreshes headline benchmark values but continues to omit the newly available xUnit v3 AOT results. |
| docs/docs/benchmarks/engine/AsyncTests.md | Regenerates the detailed benchmark page and exposes the new AOT result under its internal xUnit3_AOT identifier. |
| docs/static/benchmarks/historical.json | Appends the latest date and evicts the oldest entry according to the established 90-entry retention behavior. |
Reviews (1): Last reviewed commit: "chore: update benchmark results" | Re-trigger Greptile
| { | ||
| "Method": "xUnit3_AOT", | ||
| "Version": "4.0.0", | ||
| "Mean": "128.7 ms", | ||
| "Error": "1.05 ms", | ||
| "StdDev": "0.87 ms", | ||
| "Median": "128.5 ms" |
There was a problem hiding this comment.
Inconsistent xUnit AOT presentation
The new xUnit3_AOT method is not represented consistently across benchmark consumers: the README omits it despite claiming coverage across every framework, while detailed pages and interactive charts expose the internal identifier and lack the user-facing AOT treatment provided for TUnit.
Knowledge Base Used: Benchmarks and the Docusaurus Docs Site
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Code reviewNo issues found. This is an automated, data-only PR that regenerates benchmark results ( |
Automated Benchmark Update
This PR updates the benchmark documentation with the latest results from the Speed Comparison workflow.
Benchmarks Produced
Individual benchmark artifacts are available for download:
benchmark-DataDrivenTestsbenchmark-AsyncTestsbenchmark-ScaleTestsbenchmark-MatrixTestsbenchmark-MassiveParallelTestsbenchmark-SetupTeardownTestsbenchmark-BuildTimebenchmark-summary(aggregated overview)Runtime Benchmarks
Build Benchmarks
Changes
docs/static/benchmarks/latest.jsondocs/static/benchmarks/historical.jsondocs/docs/benchmarks/index.mddocs/static/benchmarks/summary.jsonWorkflow Run
🤖 This PR was automatically created and will be merged automatically once CI checks pass.