🤖 Update Mock Benchmark Results#6451
Conversation
Greptile SummaryThis is an automated PR that refreshes mock benchmark results for the TUnit.Mocks library documentation, updating data from the 2026-07-19 CI run to 2026-07-20.
Confidence Score: 5/5Safe to merge — all changes are automated benchmark data refreshes with no logic, schema, or structural modifications. Every changed file is either a JSON data file or a generated Markdown page. The benchmark numbers in the Markdown tables and Mermaid charts are consistent with the corresponding JSON source files, timestamps are correctly updated to 2026-07-20, and no structural or schema differences exist compared to the previous daily run. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions Schedule Trigger] --> B[Mock Benchmarks Workflow Run #29713995269]
B --> C{Per-category benchmark execution}
C --> D[MockCreation]
C --> E[Setup]
C --> F[Invocation]
C --> G[Verification]
C --> H[Callback]
C --> I[CombinedWorkflow]
D & E & F & G & H & I --> J[Aggregate into latest.json + summary.json]
J --> K[Generate per-category JSON files]
J --> L[Regenerate Markdown docs with tables & Mermaid charts]
K & L --> M[Automated PR created and merged]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[GitHub Actions Schedule Trigger] --> B[Mock Benchmarks Workflow Run #29713995269]
B --> C{Per-category benchmark execution}
C --> D[MockCreation]
C --> E[Setup]
C --> F[Invocation]
C --> G[Verification]
C --> H[Callback]
C --> I[CombinedWorkflow]
D & E & F & G & H & I --> J[Aggregate into latest.json + summary.json]
J --> K[Generate per-category JSON files]
J --> L[Regenerate Markdown docs with tables & Mermaid charts]
K & L --> M[Automated PR created and merged]
Reviews (1): Last reviewed commit: "chore: update mock benchmark results" | Re-trigger Greptile |
Code reviewNo issues found. This PR is an automated, already-merged refresh of the mock benchmark data ( |
Automated Mock Benchmark Update
This PR updates the mock benchmark documentation with the latest results from the Mock Benchmarks workflow.
Benchmarks Produced
Individual benchmark artifacts are available for download:
mock-benchmark-MockCreationmock-benchmark-Setupmock-benchmark-Invocationmock-benchmark-Verificationmock-benchmark-Callbackmock-benchmark-CombinedWorkflowmock-benchmark-summary(aggregated overview)Libraries Compared
Libraries are discovered dynamically from the benchmark output. See the generated
summary.jsonfor the full list.Changes
docs/static/benchmarks/mocks/latest.jsondocs/docs/benchmarks/mocks/docs/static/benchmarks/mocks/summary.jsonWorkflow Run
🤖 This PR was automatically created and will be merged automatically once CI checks pass.