From: Zoltan Varga Date: Mon, 27 Feb 2023 21:03:47 +0000 (-0500) Subject: Fix a typo. (#78105) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~3782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c8bef562e4047d3d091e0f1703095286c3c9d04;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix a typo. (#78105) --- diff --git a/eng/testing/performance/performance-setup.sh b/eng/testing/performance/performance-setup.sh index a4a93ba..35d354e 100755 --- a/eng/testing/performance/performance-setup.sh +++ b/eng/testing/performance/performance-setup.sh @@ -23,7 +23,7 @@ monoaot=false monoaot_path= run_categories="Libraries Runtime" csproj="src\benchmarks\micro\MicroBenchmarks.csproj" -configurations="CompliationMode=$compilation_mode RunKind=$kind" +configurations="CompilationMode=$compilation_mode RunKind=$kind" perf_fork="" perf_fork_branch="main" run_from_perf_repo=false