Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit bc1bc9c

Browse files
committed
Use profile information to differentiate files
1 parent 2f15c84 commit bc1bc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/run-xunit-perf.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ setlocal
108108

109109
rem Save off the results to the root directory for recovery later in Jenkins
110110
IF EXIST "Perf-%BENCHNAME%.xml" (
111-
call :run_cmd copy "Perf-%BENCHNAME%.xml" "%CORECLR_REPO%\Perf-%BENCHNAME%-%COLLECTION_FLAGS%.xml" || exit /b 1
111+
call :run_cmd copy "Perf-%BENCHNAME%.xml" "%CORECLR_REPO%\Perf-%BENCHNAME%-%ETW_COLLECTION%.xml" || exit /b 1
112112
)
113113
IF EXIST "Perf-%BENCHNAME%.etl" (
114-
call :run_cmd copy "Perf-%BENCHNAME%.etl" "%CORECLR_REPO%\Perf-%BENCHNAME%-%COLLECTION_FLAGS%.etl" || exit /b 1
114+
call :run_cmd copy "Perf-%BENCHNAME%.etl" "%CORECLR_REPO%\Perf-%BENCHNAME%-%ETW_COLLECTION%.etl" || exit /b 1
115115
)
116116

117117
exit /b 0

0 commit comments

Comments
 (0)