Add performance_tuning to jetty/tutorials#683
Conversation
Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Jetty documentation page that guides users through practical steps to improve simulation performance / real-time factor, and exposes it through the tutorials landing page and sidebar.
Changes:
- Added a new
jetty/performance_tuning.mdperformance tuning guide. - Linked the new guide from
jetty/tutorials.md. - Registered the new page in the Jetty docs sidebar via
jetty/index.yaml.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
jetty/tutorials.md |
Adds a “Performance tuning” entry under Basics tutorials. |
jetty/performance_tuning.md |
New tutorial page describing measurement and common tuning knobs, plus links to advanced/external options. |
jetty/index.yaml |
Adds the new page to the tutorials section so it appears in the docs sidebar. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
|
Hey @azeey , sorry to nudge , I would really appreciate some feedback on this PR and what could I further do to get this merged , please let me know, thanks. |
|
@ammaarrahmed, there are some conflicts in your PR and some pending feedback, friendly ping. |
Co-authored-by: Martin Pecka <peci1@seznam.cz> Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
Co-authored-by: Martin Pecka <peci1@seznam.cz> Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
|
hey @caguero thanks for the friendly ping, and sorry for the quiet period. I was tied up with GSoC community bonding and exams, but I’m back on this now. I’ve already committed two of Martin’s suggestions and I’m working through the remaining feedback plus the conflicts from the recent docs navigation rework. I’ll push the updated branch shortly. |
Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
…g' into jetty/tutorials/performancetuning Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
|
hey @caguero thanks for the ping. I’ve resolved the navigation conflict and addressed the remaining review feedback. Sorry for the delay, ready for another look when you have time. Thanks again. |
New feature
Part of #673
Summary
Add a Jetty performance tuning guide with a short set of practical tips for improving simulation performance and real-time factor.
This PR keeps the first pass small:
performance_tuning.mdpage under Jetty tutorialsChecklist
codecheckpassed (See contributing)Generated-by: copilot for .md content
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-byandGenerated-bymessages.Backports: If this is a backport, please use Rebase and Merge instead.