Fix benchmark package
This commit is contained in:
parent
e2181307ca
commit
9106571ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ abstract class AbstractStartupBenchmark(private val startupMode: StartupMode) {
|
|||
fun startupFullCompilation() = startup(CompilationMode.Full())
|
||||
|
||||
private fun startup(compilationMode: CompilationMode) = benchmarkRule.measureRepeated(
|
||||
packageName = "eu.kanade.tachiyomi.benchmark",
|
||||
packageName = "app.komikku.benchmark",
|
||||
metrics = listOf(StartupTimingMetric()),
|
||||
compilationMode = compilationMode,
|
||||
iterations = 10,
|
||||
|
|
|
|||
Loading…
Reference in a new issue