diff --git a/eng/pipelines/runtime-wasm-perf.yml b/eng/pipelines/runtime-wasm-perf.yml index bd6a6d979e3e40..c28fd308836bb2 100644 --- a/eng/pipelines/runtime-wasm-perf.yml +++ b/eng/pipelines/runtime-wasm-perf.yml @@ -25,9 +25,9 @@ extends: runProfile: 'v8' collectHelixLogsScript: ${{ variables._wasmCollectHelixLogsScript }} onlySanityCheck: true - #perfForkToUse: - #url: https://github.com/radical/performance - #branch: fix-build + perfForkToUse: + url: https://github.com/radical/performance + branch: fix-build-sln #downloadSpecificBuild: #buildId: '1878694' #pipeline: 'perf-wasm' diff --git a/eng/testing/performance/performance-setup.sh b/eng/testing/performance/performance-setup.sh index 2a7727d48c3138..7d7a8bd70f0538 100755 --- a/eng/testing/performance/performance-setup.sh +++ b/eng/testing/performance/performance-setup.sh @@ -343,6 +343,7 @@ else else git clone --branch main --depth 1 --quiet https://github.com/dotnet/performance.git $performance_directory fi + (cd $performance_directory && git show HEAD --stat) # uncomment to use BenchmarkDotNet sources instead of nuget packages # git clone https://github.com/dotnet/BenchmarkDotNet.git $benchmark_directory