(entries)
| 886 | } |
| 887 | |
| 888 | function createCriterionSelectorMatcherChart(entries) { |
| 889 | createCriterionQueryFilteredChart(entries, { |
| 890 | groupPrefix: "selector_matching", |
| 891 | chartId: "criterion-selector-matcher-chart", |
| 892 | selectId: "selector-matcher-query-select", |
| 893 | title: "Selector Matching Performance", |
| 894 | yAxisTitle: "Microseconds", |
| 895 | conversionFactor: 1000, |
| 896 | decimalPlaces: 1, |
| 897 | }); |
| 898 | } |
| 899 | |
| 900 | /** |
| 901 | * Create a criterion group chart that is filtered by a secondary "query file" dimension. |
no test coverage detected