-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Compose Multiplatform benchmarks to remove code duplication. (…
…#5170) - kn+performance and jvm-vs-kotlin-native benchmarks are merged into one multiplatform where they measure both CPU time and missed frames + frames percentiles - added multiplatform run arguments processing for benchmarks configuration - deleted standalone samples (moved LazyList to the infrastructure) Fixes [CMP-5790](https://youtrack.jetbrains.com/issue/CMP-5790/Refactor-CMP-benchmarks-to-remove-code-duplication)
- Loading branch information
Showing
248 changed files
with
202 additions
and
7,886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Collection of test compose multiplatfom applications used for evaluating performance of Compose for iOS. | ||
### Moved to [multiplatform](https://github.com/JetBrains/compose-multiplatform/tree/master/benchmarks/multiplatform) |
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
benchmarks/ios/animation-from-template/.run/desktopApp.run.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
benchmarks/ios/animation-from-template/androidApp/build.gradle.kts
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
benchmarks/ios/animation-from-template/androidApp/src/androidMain/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...imation-from-template/androidApp/src/androidMain/kotlin/com/myapplication/MainActivity.kt
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
...tion-from-template/androidApp/src/androidMain/res/drawable-v24/ic_launcher_foreground.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.