We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be410e commit 12358b6Copy full SHA for 12358b6
eng/testing/performance/performance-setup.sh
@@ -301,7 +301,7 @@ if [[ "$run_from_perf_repo" == true ]]; then
301
performance_directory=$workitem_directory
302
setup_arguments="--perf-hash $commit_sha $common_setup_arguments"
303
else
304
- git clone --branch main --depth 1 --quiet https://github.com/dotnet/performance.git $performance_directory
+ git clone --branch fullydrawn-ios --depth 1 --quiet https://github.com/akoeplinger/performance.git $performance_directory
305
# uncomment to use BenchmarkDotNet sources instead of nuget packages
306
# git clone https://github.com/dotnet/BenchmarkDotNet.git $benchmark_directory
307
0 commit comments