Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2022-03-17 23:23:20 +0300
committerAnkit Jain <radical@gmail.com>2022-03-21 21:15:55 +0300
commit134050bddde5edcd04cab64d263b802718d2989f (patch)
tree9af1ad17e11163adee45461b9c493797ce2b5edb
parent135e566b1fd4712c57f62e89234fca6fb2e5d674 (diff)
perf: Pass --dotnet-path to use dotnet-workload for wasmperf-dotnet-path
-rw-r--r--eng/testing/performance/microbenchmarks.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/testing/performance/microbenchmarks.proj b/eng/testing/performance/microbenchmarks.proj
index 1cbff905618..82865062f49 100644
--- a/eng/testing/performance/microbenchmarks.proj
+++ b/eng/testing/performance/microbenchmarks.proj
@@ -41,7 +41,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(WasmDotnet)' == 'true'">
- <CliArguments>$(CliArguments) --wasm</CliArguments>
+ <CliArguments>$(CliArguments) --wasm --dotnet-path %24HELIX_CORRELATION_PAYLOAD/dotnet-wasm/dotnet-workload/</CliArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(MonoDotnet)' == 'true' and '$(AGENT_OS)' == 'Windows_NT'">