ROX-33656: Benchmark for enhanced filters#19908
Open
ksurabhi91 wants to merge 5 commits intoquery_enhanced_filtersfrom
Open
ROX-33656: Benchmark for enhanced filters#19908ksurabhi91 wants to merge 5 commits intoquery_enhanced_filtersfrom
ksurabhi91 wants to merge 5 commits intoquery_enhanced_filtersfrom
Conversation
Contributor
Author
|
This change is part of the following stack: Change managed by git-spice. |
|
Skipping CI for Draft Pull Request. |
9 tasks
ce311ef to
b34c426
Compare
Contributor
🚀 Build Images ReadyImages are ready for commit a1ad5ee. To use with deploy scripts: export MAIN_IMAGE_TAG=4.11.x-612-ga1ad5ee252 |
7 tasks
d05c96a to
e89acd6
Compare
e89acd6 to
b463795
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## query_enhanced_filters #19908 +/- ##
==========================================================
+ Coverage 49.61% 49.63% +0.02%
==========================================================
Files 2765 2765
Lines 208541 208763 +222
==========================================================
+ Hits 103464 103625 +161
- Misses 97401 97481 +80
+ Partials 7676 7657 -19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
28975ca to
b6ddd48
Compare
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.
This PR adds benchmark tests for enhanced filter reporting . Test creates 2000 deployed images and 500 watched images and queries data using enhanced filters, entity scope filters and access scope filter. For each test case query is run multiple times using Gos benchmark framework.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!