Skip to content

Commit

Permalink
Small fix for html generation (intel-analytics#9656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Dec 12, 2023
1 parent 547ff20 commit f7192df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f7192df

Please sign in to comment.