|
392 | 392 | } + { |
393 | 393 | [bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({ |
394 | 394 | "vm_name:graalvm_ee_default_interpreter" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00")}, |
395 | | - "vm_name:graalvm_ee_default_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00")}, |
396 | 395 | "vm_name:graalpython_enterprise_interpreter" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")}, |
397 | | - "vm_name:graalpython_enterprise_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")}, |
398 | 396 | "vm_name:cpython" : {"linux:amd64:jdk-latest" : weekly + t("01:00:00")}, |
399 | 397 | }), |
400 | 398 | for bench in ["heap", "micro_small_heap", "micro_native_heap"] |
| 399 | + } + { |
| 400 | + [bench + "-bytecode-dsl"]: bench_task(bench) + bytecode_dsl_bench + platform_spec(no_jobs) + bench_variants({ |
| 401 | + "vm_name:graalvm_ee_default_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00")}, |
| 402 | + "vm_name:graalpython_enterprise_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")}, |
| 403 | + }), |
| 404 | + for bench in ["heap", "micro_small_heap", "micro_native_heap"] |
401 | 405 | } + { |
402 | 406 | // interop benchmarks only for graalpython, weekly is enough |
403 | 407 | [bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({ |
|
425 | 429 | for bench in ["pyperformance"] |
426 | 430 | } + { |
427 | 431 | // Bytecode DSL benchmarks with community benchmark suites for external numbers |
428 | | - [bench + "-bytecode-dsl"]: bench_task(bench, PY_BENCHMARKS) + platform_spec(no_jobs) + raw_results + bench_variants({ |
| 432 | + [bench + "-bytecode-dsl"]: bench_task(bench, PY_BENCHMARKS) + bytecode_dsl_bench + platform_spec(no_jobs) + raw_results + bench_variants({ |
429 | 433 | "vm_name:graalvm_ee_default_bc_dsl" : {"linux:amd64:jdk-latest" : weekly + t("08:00:00")}, |
430 | 434 | }), |
431 | 435 | for bench in ["pyperformance"] |
|
0 commit comments