-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[TST] Benchmark query node #3320
Merged
Merged
Conversation
This file contains 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
This was referenced Dec 17, 2024
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Sicheng-Pan
force-pushed
the
12-11-_cln_cleanup_frontend_after_query_pushdown
branch
from
December 17, 2024 02:10
b680440
to
c6258fd
Compare
Sicheng-Pan
force-pushed
the
12-13-_tst_benchmark_query_node
branch
from
December 17, 2024 02:10
64d0835
to
9e61ffc
Compare
Sicheng-Pan
force-pushed
the
12-11-_cln_cleanup_frontend_after_query_pushdown
branch
from
December 17, 2024 02:53
c6258fd
to
c99c762
Compare
Sicheng-Pan
force-pushed
the
12-13-_tst_benchmark_query_node
branch
from
December 17, 2024 02:54
9e61ffc
to
4d12af8
Compare
Sicheng-Pan
force-pushed
the
12-11-_cln_cleanup_frontend_after_query_pushdown
branch
from
December 17, 2024 21:55
c99c762
to
fb478ff
Compare
Sicheng-Pan
force-pushed
the
12-13-_tst_benchmark_query_node
branch
from
December 17, 2024 21:55
4d12af8
to
9df14a7
Compare
Sicheng-Pan
changed the base branch from
12-11-_cln_cleanup_frontend_after_query_pushdown
to
graphite-base/3320
December 17, 2024 22:52
Sicheng-Pan
force-pushed
the
12-13-_tst_benchmark_query_node
branch
from
December 17, 2024 22:56
9df14a7
to
a5996c5
Compare
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.
Description of changes
Summarize the changes made by this PR.
Test plan
How are these changes tested?
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?