mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
benchmark: add a full compilation test
This commit is contained in:
parent
bdb287d42a
commit
e715e644f1
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ class BaselineProfileBenchmark {
|
||||||
startup(CompilationMode.None())
|
startup(CompilationMode.None())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun startupBaselineFullyCompiled() {
|
||||||
|
startup(CompilationMode.Full())
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun startupBaselineProfile() {
|
fun startupBaselineProfile() {
|
||||||
startup(CompilationMode.Partial(baselineProfileMode = BaselineProfileMode.Require))
|
startup(CompilationMode.Partial(baselineProfileMode = BaselineProfileMode.Require))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue