Skip to content

Commit 600bb1a

Browse files
committed
setup link
Signed-off-by: Yang Wang <[email protected]>
1 parent 7be520e commit 600bb1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.ci/scripts/benchmark_tooling/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ It fetches benchmark data from HUD Open API for a specified time range, cleans t
4646
#### Quick Start
4747

4848
```bash
49+
# generate excel sheets for all private devices with public devices using the same settings
4950
python3 .ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py \
5051
--startTime "2025-06-11T00:00:00" \
5152
--endTime "2025-06-17T18:00:00" \
52-
--outputType "csv"
53+
--outputType "excel"
54+
55+
python3 analyze_benchmark_stability.py \
56+
--primary-file private.xlsx \
57+
--reference-file public.xlsx
5358
```
5459

5560
#### Command Line Options

0 commit comments

Comments
 (0)