Skip to content

Commit 988cb08

Browse files
PatKaminCopilot
andauthored
Update missing returned object info in docstring
Co-authored-by: Copilot <[email protected]>
1 parent ff00adc commit 988cb08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops/scripts/benchmarks/benches/compute_metadata.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ def generate_metadata_from_benchmarks(
120120
def _generate_metadata(self, group_name: str) -> BenchmarkMetadata:
121121
"""
122122
Generate metadata for a specific benchmark group.
123+
123124
Args:
124125
group_name: Name of the benchmark group
126+
127+
Returns:
128+
BenchmarkMetadata: Metadata object describing the specified benchmark group.
125129
"""
126130
base_metadata = self._base_group_metadata.get(
127131
group_name.split()[0], BaseGroupMetadata()

0 commit comments

Comments
 (0)