mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 01:17: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())
|
||||
}
|
||||
|
||||
@Test
|
||||
fun startupBaselineFullyCompiled() {
|
||||
startup(CompilationMode.Full())
|
||||
}
|
||||
|
||||
@Test
|
||||
fun startupBaselineProfile() {
|
||||
startup(CompilationMode.Partial(baselineProfileMode = BaselineProfileMode.Require))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue