GitXplorerGitXplorer
j

CatchUp-Perf-Kotlin

public
0 stars
0 forks
0 issues

Commits

List of commits on branch recently-kotlin.
Unverified
195e1109c5727a62e0bef561cde6174b60791b43

Merge branch 'recently-kotlin' of https://github.com/jmslau/CatchUp-Perf-Kotlin into recently-kotlin

jjmslau committed 6 years ago
Unverified
49e96bafebb343910fed43bd8605c924f3c46892

Adding performance.scenarios file.

jjmslau committed 6 years ago
Verified
9f84b5f1684dbcc8497141d920133ee098744a90

Update README.md

jjmslau committed 6 years ago
Verified
7af8e284019c89ca77018c770f2ba1fc2b42ef7b

Updated readme.

jjmslau committed 6 years ago
Unverified
68ea3c3c7ba58bf5870cb0e396641392dcc0eba7

Fixed up CatchUp project from git revision 66adb94 and updated to 1.3.0-rc-146

jjmslau committed 6 years ago
Unverified
66adb94d619074c76ca83a5ef383687ccba55e2a

Make type nullability explicit

ZZacSweers committed 8 years ago

README

The README file for this repository.

CatchUp

This is a fork of hzsweers/CatchUp for the purpose of measuring and improving Kotlin build performance. This was forked from git revision 66adb94 of the original project. The Kotlin version was then updated to 1.3.0-rc-146, Android Gradle plugin updated to 3.3.0-alpha16, and I made miscellaneous hacks to make the project buildable. The point of this is to compare build performance of this project with git revision 48a418d when it was purely Java.

How to use

  • Install the Gradle Profiler.
  • git clone <project_path>
  • gradle-profiler --benchmark --project-dir . --scenario-file performance.scenarios incremental_build --output-dir ./profile-out-incremental_build