-
Notifications
You must be signed in to change notification settings - Fork 65
Add namespace search to graphql #1968
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.
| Benchmark suite | Current: 43f1f68 | Previous: 0d81c86 | Ratio |
|---|---|---|---|
lotr_graph/has_node_existing |
32 ns/iter (± 2) |
13 ns/iter (± 0) |
2.46 |
This comment was automatically generated by workflow using github-action-benchmark.
ljeub-pometry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things to tidy up.
Handling of \ in paths looks like it could give wrong results
What changes were proposed in this pull request?
GQLgraphsapi which will be deprecated.Why are the changes needed?
Does this PR introduce any user-facing change? If yes is this documented?
How was this patch tested?
Are there any further changes required?