Skip to content

Automatic wireless performance tests #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

armbianworker
Copy link
Member

@armbianworker armbianworker commented Jun 14, 2025

Generate documentation.

Create docs preview on PR

Documentation website preview will be available shortly:


 Open WWW preview 

@armbianworker armbianworker added the Needs review Seeking for review label Jun 14, 2025
Copy link

coderabbitai bot commented Jun 14, 2025

Walkthrough

This update revises the WiFi performance documentation by updating the test date and refreshing test results for several devices. Device entries were modified to reflect newer OS and kernel versions, and throughput metrics were adjusted based on recent tests. Several devices and their associated test results were removed from the document. Detailed iperf3 logs, wireless link information, and formatting were updated to reflect the latest test conditions. No changes were made to the methodology, test equipment, or the document’s structure.

Possibly related PRs

Suggested labels

ready to merge

✨ Finishing Touches
🧪 Generate Unit Tests
  • Create PR with Unit Tests
  • Commit Unit Tests in branch wireless-tests
  • Post Copyable Unit Tests in Comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the size/large PR with 250 lines or more label Jun 14, 2025
github-actions bot pushed a commit that referenced this pull request Jun 14, 2025
@coderabbitai coderabbitai bot added the Ready to merge Reviewed, tested and ready for merge label Jun 14, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
docs/WifiPerformance.md (5)

64-64: Add blank lines around subheadings
Each ### subheading (e.g., ### AC, ### AX, ### N) should be preceded and followed by a blank line for proper markdown formatting.
[MD022]

Also applies to: 315-315, 380-380

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above

(MD022, blanks-around-headings)


68-68: Replace inline <img> tags with markdown images
Switch all device-image HTML tags to standard markdown syntax, for example:

![RTL88x2BU](https://stuff.armbian.com/netbox/media/devicetype-images/RTL88x2BU.png)

This improves readability and compatibility with markdown renderers.
[MD033]

Also applies to: 132-132, 193-193, 319-319, 384-384, 448-448, 512-512, 576-576

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

68-68: Bare URL used
null

(MD034, no-bare-urls)


69-69: Remove inline <span> styling for OS details
Use markdown italics or code formatting instead of HTML spans, e.g.:

*OS:* `Armbian v25.8.0-trunk.151, 6.12.33-current-x86`

This keeps the document pure markdown.
[MD033]

Also applies to: 133-133, 194-194, 255-255, 320-320, 385-385, 449-449, 513-513

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

69-69: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Simplify table cells by removing <span> wrappers
The table rows currently embed <span> tags around each value. Remove these and rely on plain text or backticks for emphasis:

-|<span style="font-size: 1.5rem;">RTL88x2BU</span> | ... 
+| RTL88x2BU | AC | 154 Mbits/sec | 257 Mbits/sec |

[MD033]

Also applies to: 137-137, 198-198, 259-259, 324-324, 389-389, 453-453, 517-517

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


121-127: Standardize unit notation
The link-info blocks use “MBit/s” while the summary tables use “Mbits/sec.” Choose one format (e.g., “Mbits/sec”) and apply it consistently throughout.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 79db8e9 and 7d3f8f7.

📒 Files selected for processing (1)
  • docs/WifiPerformance.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/WifiPerformance.md

64-64: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above

(MD022, blanks-around-headings)


68-68: Bare URL used
null

(MD034, no-bare-urls)


69-69: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


73-73: Inline HTML
Element: span

(MD033, no-inline-html)


81-81: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


82-82: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


83-83: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


84-84: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


85-85: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


86-86: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


87-87: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


88-88: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


89-89: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


90-90: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


95-95: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


103-103: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


104-104: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


105-105: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


106-106: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


107-107: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


108-108: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


109-109: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


110-110: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


111-111: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


112-112: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


117-117: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


132-132: Bare URL used
null

(MD034, no-bare-urls)


133-133: Inline HTML
Element: span

(MD033, no-inline-html)


137-137: Inline HTML
Element: span

(MD033, no-inline-html)


137-137: Inline HTML
Element: span

(MD033, no-inline-html)


137-137: Inline HTML
Element: span

(MD033, no-inline-html)


137-137: Inline HTML
Element: span

(MD033, no-inline-html)


145-145: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


146-146: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


147-147: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


148-148: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


149-149: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


150-150: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


151-151: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


152-152: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


153-153: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


154-154: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


159-159: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


167-167: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


168-168: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


169-169: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


170-170: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


171-171: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


172-172: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


173-173: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


174-174: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


175-175: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


176-176: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


181-181: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


193-193: Bare URL used
null

(MD034, no-bare-urls)


194-194: Inline HTML
Element: span

(MD033, no-inline-html)


198-198: Inline HTML
Element: span

(MD033, no-inline-html)


198-198: Inline HTML
Element: span

(MD033, no-inline-html)


198-198: Inline HTML
Element: span

(MD033, no-inline-html)


198-198: Inline HTML
Element: span

(MD033, no-inline-html)


206-206: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


207-207: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


208-208: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


209-209: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


210-210: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


211-211: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


212-212: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


213-213: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


214-214: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


215-215: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


220-220: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


228-228: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


229-229: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


230-230: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


231-231: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


232-232: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


233-233: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


234-234: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


235-235: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


236-236: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


237-237: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


242-242: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


254-254: Bare URL used
null

(MD034, no-bare-urls)


255-255: Inline HTML
Element: span

(MD033, no-inline-html)


259-259: Inline HTML
Element: span

(MD033, no-inline-html)


259-259: Inline HTML
Element: span

(MD033, no-inline-html)


259-259: Inline HTML
Element: span

(MD033, no-inline-html)


259-259: Inline HTML
Element: span

(MD033, no-inline-html)


267-267: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


268-268: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


269-269: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


270-270: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


271-271: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


272-272: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


273-273: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


274-274: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


275-275: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


276-276: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


281-281: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


289-289: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


290-290: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


291-291: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


292-292: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


293-293: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


294-294: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


295-295: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


296-296: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


297-297: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


298-298: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


303-303: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


315-315: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above

(MD022, blanks-around-headings)


319-319: Bare URL used
null

(MD034, no-bare-urls)


320-320: Inline HTML
Element: span

(MD033, no-inline-html)


324-324: Inline HTML
Element: span

(MD033, no-inline-html)


324-324: Inline HTML
Element: span

(MD033, no-inline-html)


324-324: Inline HTML
Element: span

(MD033, no-inline-html)


324-324: Inline HTML
Element: span

(MD033, no-inline-html)


332-332: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


333-333: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


334-334: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


335-335: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


336-336: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


337-337: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


338-338: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


339-339: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


340-340: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


341-341: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


346-346: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


354-354: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


355-355: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


356-356: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


357-357: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


358-358: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


359-359: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


360-360: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


361-361: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


362-362: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


363-363: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


368-368: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


380-380: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above

(MD022, blanks-around-headings)


384-384: Bare URL used
null

(MD034, no-bare-urls)


385-385: Inline HTML
Element: span

(MD033, no-inline-html)


389-389: Inline HTML
Element: span

(MD033, no-inline-html)


389-389: Inline HTML
Element: span

(MD033, no-inline-html)


389-389: Inline HTML
Element: span

(MD033, no-inline-html)


389-389: Inline HTML
Element: span

(MD033, no-inline-html)


397-397: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


398-398: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


399-399: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


400-400: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


401-401: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


402-402: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


403-403: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


404-404: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


405-405: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


406-406: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


411-411: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


419-419: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


420-420: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


421-421: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


422-422: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


423-423: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


424-424: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


425-425: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


426-426: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


427-427: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


428-428: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


433-433: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


448-448: Bare URL used
null

(MD034, no-bare-urls)


449-449: Inline HTML
Element: span

(MD033, no-inline-html)


453-453: Inline HTML
Element: span

(MD033, no-inline-html)


453-453: Inline HTML
Element: span

(MD033, no-inline-html)


453-453: Inline HTML
Element: span

(MD033, no-inline-html)


453-453: Inline HTML
Element: span

(MD033, no-inline-html)


461-461: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


462-462: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


463-463: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


464-464: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


465-465: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


466-466: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


467-467: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


468-468: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


469-469: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


470-470: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


475-475: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


483-483: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


484-484: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


485-485: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


486-486: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


487-487: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


488-488: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


489-489: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


490-490: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


491-491: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


492-492: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


497-497: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


512-512: Bare URL used
null

(MD034, no-bare-urls)


513-513: Inline HTML
Element: span

(MD033, no-inline-html)


517-517: Inline HTML
Element: span

(MD033, no-inline-html)


517-517: Inline HTML
Element: span

(MD033, no-inline-html)


517-517: Inline HTML
Element: span

(MD033, no-inline-html)


517-517: Inline HTML
Element: span

(MD033, no-inline-html)


525-525: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


526-526: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


527-527: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


528-528: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


529-529: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


530-530: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


531-531: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


532-532: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


533-533: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


534-534: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


539-539: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


547-547: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


548-548: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


549-549: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


550-550: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


551-551: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


552-552: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


553-553: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


554-554: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


555-555: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


556-556: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


561-561: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


576-576: Bare URL used
null

(MD034, no-bare-urls)


577-577: Inline HTML
Element: span

(MD033, no-inline-html)


581-581: Inline HTML
Element: span

(MD033, no-inline-html)


581-581: Inline HTML
Element: span

(MD033, no-inline-html)


581-581: Inline HTML
Element: span

(MD033, no-inline-html)


581-581: Inline HTML
Element: span

(MD033, no-inline-html)


589-589: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


590-590: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


591-591: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


592-592: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


593-593: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


594-594: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


595-595: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


596-596: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


597-597: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


598-598: Trailing spaces
Expected: 0 or 2; Actual: 18

(MD009, no-trailing-spaces)


603-603: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)


611-611: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


612-612: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


613-613: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


614-614: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


615-615: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


616-616: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


617-617: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


618-618: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


619-619: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


620-620: Trailing spaces
Expected: 0 or 2; Actual: 7

(MD009, no-trailing-spaces)


625-625: Trailing spaces
Expected: 0 or 2; Actual: 4

(MD009, no-trailing-spaces)

🔇 Additional comments (2)
docs/WifiPerformance.md (2)

63-63: ✅ Test date updated
The test date has been refreshed to June 14, 2025, and the link to the corresponding GitHub Actions run is correct.


75-80: Verify iperf3 log labeling under “Forward mode”
The log block in the forward section still includes “Reverse mode, remote host … is sending.” Ensure the correct test command and label are used so that forward/reverse modes aren’t misrepresented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs review Seeking for review Ready to merge Reviewed, tested and ready for merge size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

2 participants