(entries)
| 861 | } |
| 862 | |
| 863 | function createCriterionFromStrChart(entries) { |
| 864 | createCriterionGroupChart( |
| 865 | entries, |
| 866 | "from_str_by_length", |
| 867 | "criterion-fromstr-chart", |
| 868 | "String Parsing by Length", |
| 869 | "Nanoseconds", |
| 870 | 1, |
| 871 | 0, |
| 872 | PERFORMANCE_THRESHOLDS.from_str, |
| 873 | ); |
| 874 | } |
| 875 | |
| 876 | function createCriterionParseSheetChart(entries) { |
| 877 | createCriterionGroupChart( |
no test coverage detected