Small fix for html generation (#9656)
This commit is contained in:
parent
1e25499de0
commit
017932a7fb
1 changed files with 4 additions and 4 deletions
8
.github/workflows/llm_performance_tests.yml
vendored
8
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -339,7 +339,7 @@ jobs:
|
|||
cd ..\..\..\test\benchmark
|
||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-32\
|
||||
if %ERRORLEVEL% neq 0 (exit /b 1)
|
||||
move *.csv %CSV_SAVE_PATH%
|
||||
move %CSV_SAVE_PATH%\32-32\*.html %CSV_SAVE_PATH%
|
||||
|
||||
call conda deactivate
|
||||
|
||||
|
|
@ -407,7 +407,7 @@ jobs:
|
|||
cd ..\..\..\test\benchmark
|
||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-256\
|
||||
if %ERRORLEVEL% neq 0 (exit /b 1)
|
||||
move *.csv %CSV_SAVE_PATH%
|
||||
move %CSV_SAVE_PATH%\32-256\*.html %CSV_SAVE_PATH%
|
||||
|
||||
call conda deactivate
|
||||
|
||||
|
|
@ -475,7 +475,7 @@ jobs:
|
|||
cd ..\..\..\test\benchmark
|
||||
python csv_to_html.py -f %CSV_SAVE_PATH%\32-512\
|
||||
if %ERRORLEVEL% neq 0 (exit /b 1)
|
||||
move *.csv %CSV_SAVE_PATH%
|
||||
move %CSV_SAVE_PATH%\32-512\*.html %CSV_SAVE_PATH%
|
||||
|
||||
call conda deactivate
|
||||
|
||||
|
|
@ -517,7 +517,7 @@ jobs:
|
|||
cd ..\..\..\test\benchmark
|
||||
python csv_to_html.py -f %CSV_SAVE_PATH%\512-64\
|
||||
if %ERRORLEVEL% neq 0 (exit /b 1)
|
||||
move *.csv %CSV_SAVE_PATH%
|
||||
move %CSV_SAVE_PATH%\512-64\*.html %CSV_SAVE_PATH%
|
||||
|
||||
call conda deactivate
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue