diff --git a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt index b4cc4b10..e5647665 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt @@ -28,6 +28,11 @@ class BaselineProfileBenchmark { startup(CompilationMode.None()) } + @Test + fun startupBaselineFullyCompiled() { + startup(CompilationMode.Full()) + } + @Test fun startupBaselineProfile() { startup(CompilationMode.Partial(baselineProfileMode = BaselineProfileMode.Require))