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 3a9214c4fe
Update CMP benchmarks to Gradle 8.0 (#5161)
2 weeks ago
..
gradle/wrapper Update CMP benchmarks to Gradle 8.0 (#5161) 2 weeks ago
src Update benchmarks to use 1.7.0 Compose version (#5160) 2 weeks ago
.gitignore Compose benchmarks that run in attended mode for comparison JVM and K/N (#3297) 1 year ago
README.md Add wasmJs browser target to jvm-vs-kotlin-native benchmark (#5149) 2 months ago
build.gradle.kts Add wasmJs browser target to jvm-vs-kotlin-native benchmark (#5149) 2 months ago
gradle.properties Update CMP benchmarks to Gradle 8.0 (#5161) 2 weeks 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)

Run in web browser:

  • ./gradlew wasmJsBrowserProductionRun (you can see the results printed on the page itself)