ci: switch wiki generation to wiki-gen-action#43
Merged
Conversation
Replace custom LLM wiki generation script with reusable HanSur94/wiki-gen-action@v1 GitHub Action. Auto-discovers repo structure, generates wiki pages with Mermaid diagrams. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'FastSense Performance'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.
| Benchmark suite | Current: 3cd7603 | Previous: 23797c4 | Ratio |
|---|---|---|---|
Render mean std(1M) |
2.152 ms |
1.553 ms |
1.39 |
Instantiation mean std50M) |
98.906 ms |
78.106 ms |
1.27 |
Zoom cycle mean std50M) |
0.735 ms |
0.654 ms |
1.12 |
Downsample mean ( std00M) |
0.462 ms |
0.402 ms |
1.15 |
Instantiation mean ( std00M) |
178.461 ms |
153.538 ms |
1.16 |
Zoom cycle mean ( std00M) |
1.377 ms |
1.005 ms |
1.37 |
Downsample mean ( std00M) |
18.092 ms |
0.402 ms |
45.00 |
Instantiation mean ( std00M) |
582.922 ms |
153.538 ms |
3.80 |
Render mean ( std00M) |
362.572 ms |
2.518 ms |
143.99 |
Zoom cycle mean ( std00M) |
1.181 ms |
1.005 ms |
1.18 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @HanSur94
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.
Summary
generate_wiki.py+ inline CI script with reusableHanSur94/wiki-gen-action@v1workflow_run)workflow_dispatchwith dry-run optionTest plan
workflow_dispatchwith dry_run=true to verify discovery🤖 Generated with Claude Code