Add performance_tuning to jetty/tutorials#683
Open
ammaarrahmed wants to merge 5 commits intogazebosim:masterfrom
Open
Add performance_tuning to jetty/tutorials#683ammaarrahmed wants to merge 5 commits intogazebosim:masterfrom
ammaarrahmed wants to merge 5 commits intogazebosim:masterfrom
Conversation
Signed-off-by: Ammaar Ahmed <ammaarlatif53@gmail.com>
Contributor
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>
Author
|
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. |
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.
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.