MCPcopy Create free account
hub / github.com/csskit/csskit / createCriterionSelectorMatcherChart

Function createCriterionSelectorMatcherChart

website/script/benchmarks.js:888–898  ·  view source on GitHub ↗
(entries)

Source from the content-addressed store, hash-verified

886}
887
888function 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.

Callers 1

initializeChartsFunction · 0.85

Calls 1

Tested by

no test coverage detected