File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.ci/scripts/benchmark_tooling Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ python3 .ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py --startTime
2020Additional 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
You can’t perform that action at this time.
0 commit comments