Criterion.rs Benchmark Index
        See individual benchmark pages below for more details.
        
            {{- for group in groups }}
            - {{ call report_link with group.group_report }}{{- if group.function_ids }}
            {{- if group.values }}
            {# Function ids and values #}
                - 
                    
                        
                            | {{- for func in group.function_ids }} | {{ call report_link with func }}{{- endfor }} |  {{- for row in group.individual_links }}
                            | {{ call report_link with row.value }}{{- for bench in row.benchmarks }} | {{ call report_link with bench }}{{- endfor }} |  {{- endfor }}
 
{{- else }}
            {# Function IDs but not values #}
                {{- for func in group.function_ids }}
                - {{ call report_link with func }}{{- endfor }}
{{- endif }}
            {{- else }}
            {{- if group.values }}
            {# Values but not function ids #}
                {{- for val in group.values }}
                - {{ call report_link with val }}{{- endfor }}
{{- endif }}
            {{- endif }}
            {{- endfor }}