-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQE: fix issues with vector/vector binary comparsion operations (#10235)
* Add early filtering test case for group_right * Fix issue where comparison operations without the bool modifier would return incorrect results if the left side contained series with different metric names * Avoid expensive `labels.Labels.String()` call * Fix issue where comparison operations between two vectors incorrectly fail with a conflict if multiple left series match the same right series and only one left point remains after applying the comparison * Add comparison operator benchmark * Improve performance for case where left side is smaller than right * Extract some methods
- Loading branch information
1 parent
e7d8d36
commit 56c9edd
Showing
7 changed files
with
318 additions
and
197 deletions.
There are no files selected for viewing
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 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 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
Oops, something went wrong.