Skip to content
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

Rust WASM plugin support for matching service and route name prefixes is effective. #1882

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

007gzs
Copy link
Collaborator

@007gzs 007gzs commented Mar 12, 2025

… is effective.

Ⅰ. Describe what this PR did

Rust WASM plugin support for matching service and route name prefixes is effective.

Ⅱ. Does this pull request fix one issue?

fixes #1878

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@007gzs 007gzs requested a review from jizhuozhi as a code owner March 12, 2025 07:56
@jizhuozhi
Copy link
Collaborator

It seems rax tree has more performance but for loop is LGTM

Copy link
Collaborator

@jizhuozhi jizhuozhi left a comment

Choose a reason for hiding this comment

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

LGTM

}
}

// #[derive(Default, Deserialize, PartialEq, Eq)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Additionally, unused code should be deleted but not with comment

@007gzs 007gzs requested a review from jizhuozhi March 12, 2025 08:46
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.39%. Comparing base (ef31e09) to head (dced421).
Report is 346 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1882      +/-   ##
==========================================
+ Coverage   35.91%   43.39%   +7.48%     
==========================================
  Files          69       76       +7     
  Lines       11576    12301     +725     
==========================================
+ Hits         4157     5338    +1181     
+ Misses       7104     6629     -475     
- Partials      315      334      +19     

see 71 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator

@jizhuozhi jizhuozhi left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust WASM plugin support for matching service and route name prefixes is effective.
3 participants