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

Commit d2697c9

Browse files
Fix run-xunit-perf.cmd for local use
run-xunit-perf.cmd specifies the full path to the benchmark using %WORKSPACE%, which a user may not set locally. This change modifies it to use %CORECLR_ROOT%.
1 parent 0b6bbb0 commit d2697c9

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)