Skip to content

Commit f0cbb5f

Browse files
committed
No reason to do micro_small_heap right now
1 parent 04947cd commit f0cbb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,13 @@
395395
"vm_name:graalpython_enterprise_interpreter" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")},
396396
"vm_name:cpython" : {"linux:amd64:jdk-latest" : weekly + t("01:00:00")},
397397
}),
398-
for bench in ["heap", "micro_small_heap", "micro_native_heap"]
398+
for bench in ["heap", "micro_small_heap"]
399399
} + {
400400
[bench + "-bytecode-dsl"]: bench_task(bench) + bytecode_dsl_bench + platform_spec(no_jobs) + bench_variants({
401401
"vm_name:graalvm_ee_default_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : post_merge + t("02:00:00")},
402402
"vm_name:graalpython_enterprise_interpreter_bc_dsl" : {"linux:amd64:jdk-latest" : weekly + t("02:00:00")},
403403
}),
404-
for bench in ["heap", "micro_small_heap", "micro_native_heap"]
404+
for bench in ["heap", "micro_small_heap"]
405405
} + {
406406
// interop benchmarks only for graalpython, weekly is enough
407407
[bench]: bench_task(bench) + platform_spec(no_jobs) + bench_variants({

0 commit comments

Comments
 (0)