Skip to content

Commit 4aced24

Browse files
committed
final
Signed-off-by: Yang Wang <[email protected]>
1 parent b2ad5b6 commit 4aced24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/scripts/benchmark_tooling/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ python3 .ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py --startTime
2020
Additional options:
2121
- `--silent`: Hide processing logs, show only results
2222
- `--outputType df`: Display results in DataFrame format
23-
- `--outputType excel --excelDir "{YOUR_LOCAL_DIRECTORY}"`: Generate Excel files (`res_private.xlsx` and `res_public.xlsx`)
24-
- `--outputDir "{YOUR_LOCAL_DIRECTORY}"`: Specify a custom output directory for Excel/CSV files
23+
- `--outputType excel --outputDir "{YOUR_LOCAL_DIRECTORY}"`: Generate Excel file with multiple sheets (`res_private.xlsx` and `res_public.xlsx`)
24+
- `--outputType csv --outputDir "{YOUR_LOCAL_DIRECTORY}"`: Generate CSV files in folders (`private` and `public`)
25+
2526

2627
### Python API Usage
2728

0 commit comments

Comments
 (0)