We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff00adc commit 988cb08Copy full SHA for 988cb08
devops/scripts/benchmarks/benches/compute_metadata.py
@@ -120,8 +120,12 @@ def generate_metadata_from_benchmarks(
120
def _generate_metadata(self, group_name: str) -> BenchmarkMetadata:
121
"""
122
Generate metadata for a specific benchmark group.
123
+
124
Args:
125
group_name: Name of the benchmark group
126
127
+ Returns:
128
+ BenchmarkMetadata: Metadata object describing the specified benchmark group.
129
130
base_metadata = self._base_group_metadata.get(
131
group_name.split()[0], BaseGroupMetadata()
0 commit comments