| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR aims to fix the docs build pipeline by generating a stable, docs-oriented benchmarks/jmh-result.json and updating Laika/docs templates to consume benchmark results keyed by algorithm.
Changes:
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| project/LaikaCustoms.scala | Adds algorithm-aware benchmark keys and legacy aliasing when building Laika config from JMH JSON. |
| docs/src/01-about/03-benchmarks.md | Updates template variables to the new benchmarkName.algorithm.* key paths. |
| dev/run_doc_benchmarks.py | New helper to run only the benchmarks needed for docs and merge outputs into benchmarks/jmh-result.json. |
| benchmarks/src/main/scala/org/graphframes/benchmarks/ConnectedComponentsBenchmark.scala | Expands benchmark parameterization to include randomized_contraction. |
| .github/workflows/docs.yml | Switches docs workflow benchmarking step to use the new Python helper script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What changes were proposed in this pull request?
Why are the changes needed?
It needs to be done :)