InsertKoinIO / thermosiphon_dagger2koin

Thermosiphon App sample converted from Dagger to Koin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Thermosiphon App

Startup & execution time

Cold start app, just run the app and get the execution result.

Dagger2

startup - 6.452501 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 13.877478 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.074141 ms

startup - 0.003065 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.063398 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.051675 ms

Koin

startup - 28.225682 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 6.729243 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.07371 ms

startup - 0.05643 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.091919 ms
~ ~ ~ heating ~ ~ ~
=> => pumping => =>
 [_]P coffee! [_]P 
execution - 0.063695 ms

About

Thermosiphon App sample converted from Dagger to Koin


Languages

Language:Kotlin 100.0%