Use profile information to differentiate files
authorDrew Scoggins <anscoggi@microsoft.com>
Mon, 8 May 2017 17:19:05 +0000 (10:19 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Mon, 8 May 2017 17:19:05 +0000 (10:19 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/bc1bc9cacb65a0692d054f578b00852c5b6e449f

src/coreclr/tests/scripts/run-xunit-perf.cmd

index c298403..622e33a 100644 (file)
@@ -108,10 +108,10 @@ setlocal
 
   rem Save off the results to the root directory for recovery later in Jenkins
   IF EXIST "Perf-%BENCHNAME%.xml" (
-    call :run_cmd copy "Perf-%BENCHNAME%.xml" "%CORECLR_REPO%\Perf-%BENCHNAME%-%COLLECTION_FLAGS%.xml" || exit /b 1
+    call :run_cmd copy "Perf-%BENCHNAME%.xml" "%CORECLR_REPO%\Perf-%BENCHNAME%-%ETW_COLLECTION%.xml" || exit /b 1
   )
   IF EXIST "Perf-%BENCHNAME%.etl" (
-    call :run_cmd copy "Perf-%BENCHNAME%.etl" "%CORECLR_REPO%\Perf-%BENCHNAME%-%COLLECTION_FLAGS%.etl" || exit /b 1
+    call :run_cmd copy "Perf-%BENCHNAME%.etl" "%CORECLR_REPO%\Perf-%BENCHNAME%-%ETW_COLLECTION%.etl" || exit /b 1
   )
 
   exit /b 0