Skip to content

Commit 2648c49

Browse files
committed
Remove all manual interpreter benchmarks
1 parent 51f330b commit 2648c49

1 file changed

Lines changed: 0 additions & 40 deletions

File tree

ci.jsonnet

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,6 @@
204204
],
205205
}),
206206
}),
207-
"python-pgo-profile-manual-interpreter": gpgate_ee + manual_interpreter_env + platform_spec(no_jobs) + platform_spec({
208-
"linux:amd64:jdk-latest" : post_merge + t("01:30:00") + task_spec({
209-
run: [["mx", "python-native-pgo"]],
210-
logs+: [
211-
"default-manual-interpreter.iprof.gz",
212-
"default-manual-interpreter.lcov",
213-
],
214-
}),
215-
}),
216207
"python-svm-unittest": gpgate + platform_spec(no_jobs) + platform_spec({
217208
"linux:amd64:jdk-latest" : tier2 + require(GPY_NATIVE_STANDALONE),
218209
"linux:aarch64:jdk-latest" : tier3 + require(GPY_NATIVE_STANDALONE),
@@ -285,7 +276,6 @@
285276
},
286277

287278
local need_pgo = task_spec({runAfter: ["python-pgo-profile-post_merge-linux-amd64-jdk-latest"]}),
288-
local need_manual_pgo = task_spec({runAfter: ["python-pgo-profile-manual-interpreter-post_merge-linux-amd64-jdk-latest"]}),
289279
local forks_warmup = forks("./mx.graalpython/warmup-fork-counts.json"),
290280
local forks_meso = forks("meso.json"),
291281
local raw_results = task_spec({
@@ -312,12 +302,6 @@
312302
"vm_name:pypy" : {"linux:amd64:jdk-latest" : on_demand + t("04:00:00")},
313303
}),
314304
for bench in ["micro", "meso", "macro"]
315-
} + {
316-
[bench + "-manual-interpreter"]: bench_task(bench) + manual_interpreter_bench + platform_spec(no_jobs) + bench_variants({
317-
"vm_name:graalvm_ee_default_manual" : {"linux:amd64:jdk-latest" : daily + t("08:00:00")},
318-
"vm_name:graalpython_enterprise_manual" : {"linux:amd64:jdk-latest" : daily + t("08:00:00")},
319-
}),
320-
for bench in ["micro", "meso", "macro"]
321305
} + {
322306
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({
323307
"vm_name:graalvm_ce_default" : {"linux:amd64:jdk-latest" : on_demand + t("08:00:00")},
@@ -347,12 +331,6 @@
347331
"vm_name:cpython" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")},
348332
}),
349333
for bench in ["micro_small", "meso_small"]
350-
} + {
351-
[bench + "-manual-interpreter"]: bench_task(bench) + manual_interpreter_bench + platform_spec(no_jobs) + bench_variants({
352-
"vm_name:graalvm_ee_default_interpreter_manual" : {"linux:amd64:jdk-latest" : daily + t("04:00:00")},
353-
"vm_name:graalpython_enterprise_interpreter_manual" : {"linux:amd64:jdk-latest" : weekly + t("04:00:00")},
354-
}),
355-
for bench in ["micro_small", "meso_small"]
356334
} + {
357335
// benchmarks executed via Java embedding driver
358336
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({
@@ -380,25 +358,13 @@
380358
"vm_name:pypy" : {"linux:amd64:jdk-latest" : on_demand + t("01:00:00")},
381359
}),
382360
for bench in ["warmup"]
383-
} + {
384-
[bench + "-manual-interpreter"]: bench_task(bench) + manual_interpreter_bench + platform_spec(no_jobs) + bench_variants({
385-
"vm_name:graalvm_ee_default_manual" : {"linux:amd64:jdk-latest" : on_demand + t("05:00:00") + forks_warmup},
386-
"vm_name:graalpython_enterprise_manual" : {"linux:amd64:jdk-latest" : on_demand + t("05:00:00") + forks_warmup},
387-
}),
388-
for bench in ["warmup"]
389361
} + {
390362
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({
391363
"vm_name:graalvm_ee_default_interpreter" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00") + need_pgo},
392364
"vm_name:graalpython_enterprise_interpreter" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")},
393365
"vm_name:cpython" : {"linux:amd64:jdk-latest" : weekly + t("01:00:00")},
394366
}),
395367
for bench in ["heap", "micro_small_heap"]
396-
} + {
397-
[bench + "-manual-interpreter"]: bench_task(bench) + manual_interpreter_bench + platform_spec(no_jobs) + bench_variants({
398-
"vm_name:graalvm_ee_default_interpreter_manual" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00") + need_manual_pgo},
399-
"vm_name:graalpython_enterprise_interpreter_manual" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")},
400-
}),
401-
for bench in ["heap", "micro_small_heap"]
402368
} + {
403369
// interop benchmarks only for graalpython, weekly is enough
404370
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({
@@ -424,12 +390,6 @@
424390
"vm_name:pypy_launcher" : {"linux:amd64:jdk-latest" : on_demand + t("08:00:00")},
425391
}),
426392
for bench in ["pyperformance"]
427-
} + {
428-
// Manual interpreter benchmarks with community benchmark suites for external numbers
429-
[bench + "-manual-interpreter"]: bench_task(bench, PY_BENCHMARKS) + manual_interpreter_bench + platform_spec(no_jobs) + raw_results + bench_variants({
430-
"vm_name:graalvm_ee_default_manual" : {"linux:amd64:jdk-latest" : weekly + t("08:00:00")},
431-
}),
432-
for bench in ["pyperformance"]
433393
} + {
434394
// benchmarks with community benchmark suites for external numbers
435395
[bench]: bench_task(bench, PY_BENCHMARKS) + platform_spec(no_jobs) + raw_results + bench_variants({

0 commit comments

Comments
 (0)