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

Commit 583713b

Browse files
Merge pull request #10922 from adiaaida/fixXUnitPerf
Fix run-xunit-perf.cmd for local use
2 parents 92e90a1 + d2697c9 commit 583713b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/run-xunit-perf.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if DEFINED TEST_ENV (
9494
)
9595
)
9696

97-
corerun.exe PerfHarness.dll %WORKSPACE%\sandbox\%BENCHNAME%.%TEST_FILE_EXT% --perf:runid Perf > %BENCHNAME%.out
97+
corerun.exe PerfHarness.dll %CORECLR_REPO%\sandbox\%BENCHNAME%.%TEST_FILE_EXT% --perf:runid Perf > %BENCHNAME%.out
9898

9999
@rem optionally generate results for benchview
100100
if not [%BENCHVIEW_PATH%] == [] (

0 commit comments

Comments
 (0)