Skip to content

dotanuki-labs/gradle-profiler-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiments with Gradle Profiler

Companion repo for my talk "Experiments for your Android builds driven by Gradle Profiler"

Context

Talk and examples delivered in the following events

Quick Links

Experiments covered

From 2020 / H1

In the early of 2020 I run the following benchmarks locally, quite manually but I've kept the datasets. These were the examples and datasets I've used in my public talks about Gradle Profiler.

Building Kotlin MPP with different JDKs

Bumping Gradle + AGP version

From 2020 / H2

Building Kotlin MPP with different JDKs

Running the experiment and generating data by yourself (OSX only)

  1. Make sure you have git, gradle-profiler, jdk8 and jdk11 installed
  2. Run the companion script
cd sdksearch-kmpp-different-jdks
./run.sh

Bumping Gradle + AGP version

  • Target : Sunflower
  • Datasets :sunflower-agp-bump-4.0.x
  • Goal : demonstrate that bumping Gradle + AGP from 3.6.x to 4.0x DOES NOT bring improvements in the Android build at all

Running the experiment and generating data by yourself (OSX only)

  1. Make sure you have git, gradle-profiler and jdk8 installed
  2. Run the companion script
cd sunflower-agp-bump-4.0.x
./run.sh

Author

Ubiratan Soares (follow me on Twitter)

License

The MIT License (MIT)

Copyright (c) 2020 Dotanuki Labs

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Companion repo for my talk "Experiments for Android builds driven by Gradle Profiler" 🧪

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published