Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/pipelines/runtime-wasm-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions eng/testing/performance/performance-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down