Skip to content

Commit 3c2cbd2

Browse files
committed
fix error test
Signed-off-by: Yang Wang <[email protected]>
1 parent 68bf6f5 commit 3c2cbd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ class ExecutorchBenchmarkFetcher:
129129
Fetch and process benchmark data from HUD API for ExecutorchBenchmark.
130130
131131
This class provides methods to:
132-
1. Fetch benchmark data for a specified time range
133-
2. Process and categorize data into private and public device results
132+
1. Fetch all benchmark data for a specified time range
133+
2. Get all private device info within the time range
134+
3. Filter the private device data if filter is provided
135+
4. Then use the filtered private device data to find matched the public device data using [model, backend, device, arch]
134136
3. Export results in various formats (JSON, DataFrame, Excel, CSV)
135137
136138
Usage:

0 commit comments

Comments
 (0)