Browse Source

Restructure benchmarks folders (#3157)

- move benchmarks content to benchmarks/desktop, benchmarks-intellij to benchmarks/intellij
pull/3168/head
Nikita Lipsky 1 year ago committed by GitHub
parent
commit
c5b624713e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      benchmarks/desktop/.gitignore
  2. 0
      benchmarks/desktop/README.md
  3. 0
      benchmarks/desktop/build.gradle.kts
  4. 0
      benchmarks/desktop/gradle/wrapper/gradle-wrapper.jar
  5. 0
      benchmarks/desktop/gradle/wrapper/gradle-wrapper.properties
  6. 0
      benchmarks/desktop/gradlew
  7. 0
      benchmarks/desktop/gradlew.bat
  8. 0
      benchmarks/desktop/settings.gradle.kts
  9. 0
      benchmarks/desktop/src/main/kotlin/ParagraphBenchmark.kt
  10. 0
      benchmarks/desktop/src/main/resources/NotoSans-Italic.ttf
  11. 0
      benchmarks/intellij/README.md
  12. 0
      benchmarks/intellij/build.gradle.kts
  13. 0
      benchmarks/intellij/gradle.properties
  14. 0
      benchmarks/intellij/gradle/wrapper/gradle-wrapper.jar
  15. 0
      benchmarks/intellij/gradle/wrapper/gradle-wrapper.properties
  16. 0
      benchmarks/intellij/gradlew
  17. 0
      benchmarks/intellij/gradlew.bat
  18. 0
      benchmarks/intellij/settings.gradle.kts
  19. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/LifecycleListener.kt
  20. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/BenchmarkToolWindow.kt
  21. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterPanel.kt
  22. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterState.kt
  23. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/PerformanceInfoDialog.kt
  24. 0
      benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/measure.kt
  25. 0
      benchmarks/intellij/src/main/resources/META-INF/plugin.xml

0
benchmarks/.gitignore → benchmarks/desktop/.gitignore vendored

0
benchmarks/README.md → benchmarks/desktop/README.md

0
benchmarks/build.gradle.kts → benchmarks/desktop/build.gradle.kts

0
benchmarks-intellij/gradle/wrapper/gradle-wrapper.jar → benchmarks/desktop/gradle/wrapper/gradle-wrapper.jar vendored

0
benchmarks/gradle/wrapper/gradle-wrapper.properties → benchmarks/desktop/gradle/wrapper/gradle-wrapper.properties vendored

0
benchmarks/gradlew → benchmarks/desktop/gradlew vendored

0
benchmarks/gradlew.bat → benchmarks/desktop/gradlew.bat vendored

0
benchmarks/settings.gradle.kts → benchmarks/desktop/settings.gradle.kts

0
benchmarks/src/main/kotlin/ParagraphBenchmark.kt → benchmarks/desktop/src/main/kotlin/ParagraphBenchmark.kt

0
benchmarks/src/main/resources/NotoSans-Italic.ttf → benchmarks/desktop/src/main/resources/NotoSans-Italic.ttf

0
benchmarks-intellij/README.md → benchmarks/intellij/README.md

0
benchmarks-intellij/build.gradle.kts → benchmarks/intellij/build.gradle.kts

0
benchmarks-intellij/gradle.properties → benchmarks/intellij/gradle.properties

0
benchmarks/gradle/wrapper/gradle-wrapper.jar → benchmarks/intellij/gradle/wrapper/gradle-wrapper.jar vendored

0
benchmarks-intellij/gradle/wrapper/gradle-wrapper.properties → benchmarks/intellij/gradle/wrapper/gradle-wrapper.properties vendored

0
benchmarks-intellij/gradlew → benchmarks/intellij/gradlew vendored

0
benchmarks-intellij/gradlew.bat → benchmarks/intellij/gradlew.bat vendored

0
benchmarks-intellij/settings.gradle.kts → benchmarks/intellij/settings.gradle.kts

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/LifecycleListener.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/LifecycleListener.kt

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/benchmark/BenchmarkToolWindow.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/BenchmarkToolWindow.kt

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterPanel.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterPanel.kt

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterState.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/CounterState.kt

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/benchmark/PerformanceInfoDialog.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/benchmark/PerformanceInfoDialog.kt

0
benchmarks-intellij/src/main/kotlin/com/jetbrains/compose/measure.kt → benchmarks/intellij/src/main/kotlin/com/jetbrains/compose/measure.kt

0
benchmarks-intellij/src/main/resources/META-INF/plugin.xml → benchmarks/intellij/src/main/resources/META-INF/plugin.xml

Loading…
Cancel
Save