Commit 43bbcb5
Skip queries that fail on every filtered system
When all selected systems return null for a query, the per-query baseline
becomes Math.min() over an empty set (Infinity), which makes
log(curr/Infinity) = -Infinity and collapses every system's geometric
mean to 0 - bars render with width 0 and the chart appears empty.
Reproduction: filter to Elasticsearch + Quickwit (Q28's REGEXP_REPLACE
fails on both).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 153c080 commit 43bbcb5
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
732 | 731 | | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
733 | 736 | | |
734 | 737 | | |
735 | 738 | | |
736 | 739 | | |
737 | 740 | | |
738 | 741 | | |
739 | | - | |
| 742 | + | |
740 | 743 | | |
741 | 744 | | |
742 | 745 | | |
| |||
0 commit comments