summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy
index 2545e61b3d..9010ddfae6 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -682,14 +682,14 @@ parallel(
}
}
-// Setup CoreCLR-Scenarios tests
+// Setup IlLink tests
[true, false].each { isPR ->
['Windows_NT'].each { os ->
['x64'].each { arch ->
['ryujit'].each { jit ->
['full_opt'].each { opt_level ->
def architecture = arch
- def newJob = job(Utilities.getFullJobName(project, "perf_scenarios_${os}_${arch}_${opt_level}_${jit}", isPR)) {
+ def newJob = job(Utilities.getFullJobName(project, "perf_illink_${os}_${arch}_${opt_level}_${jit}", isPR)) {
def testEnv = ""