benchmark: add a full compilation test

This commit is contained in:
Harsh Shandilya 2022-06-24 18:46:39 +05:30
parent bdb287d42a
commit e715e644f1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -28,6 +28,11 @@ class BaselineProfileBenchmark {
startup(CompilationMode.None())
}
@Test
fun startupBaselineFullyCompiled() {
startup(CompilationMode.Full())
}
@Test
fun startupBaselineProfile() {
startup(CompilationMode.Partial(baselineProfileMode = BaselineProfileMode.Require))