You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nikita Lipsky 5d8183f165
Update benchmarks to the latest Compose+Kotlin versions (#5096)
4 months ago
..
gradle/wrapper Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
src Update benchmarks to the latest Compose+Kotlin versions (#5096) 4 months ago
.gitignore Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
README.md Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
build.gradle.kts Update benchmarks to the latest Compose+Kotlin versions (#5096) 4 months ago
gradle.properties Update benchmarks to the latest Compose+Kotlin versions (#5096) 4 months ago
gradlew Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
gradlew.bat Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
settings.gradle.kts Update benchmarks to the latest Compose+Kotlin versions (#5096) 4 months ago

README.md

Compose benchmarks for JVM vs Kotlin Native comparison

Run Desktop

  • ./gradlew :run

Run native on MacOS

  • ./gradlew runReleaseExecutableMacosArm64 (Works on Arm64 processors)
  • ./gradlew runReleaseExecutableMacosX64 (Works on Intel processors)