File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 395
395
"vm_name:graalpython_enterprise_interpreter" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00" )},
396
396
"vm_name:cpython" : {"linux:amd64:jdk-latest" : weekly + t("01:00:00" )},
397
397
}),
398
- for bench in ["heap" , "micro_small_heap" , "micro_native_heap" ]
398
+ for bench in ["heap" , "micro_small_heap" ]
399
399
} + {
400
400
[bench + "-bytecode-dsl" ]: bench_task(bench) + bytecode_dsl_bench + platform_spec(no_jobs) + bench_variants({
401
401
"vm_name:graalvm_ee_default_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00" )},
402
402
"vm_name:graalpython_enterprise_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00" )},
403
403
}),
404
- for bench in ["heap" , "micro_small_heap" , "micro_native_heap" ]
404
+ for bench in ["heap" , "micro_small_heap" ]
405
405
} + {
406
406
// interop benchmarks only for graalpython, weekly is enough
407
407
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({
You can’t perform that action at this time.
0 commit comments