Fix a typo. (#78105)
authorZoltan Varga <vargaz@gmail.com>
Mon, 27 Feb 2023 21:03:47 +0000 (16:03 -0500)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2023 21:03:47 +0000 (13:03 -0800)
eng/testing/performance/performance-setup.sh

index a4a93ba..35d354e 100755 (executable)
@@ -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