This repository contains several synthetic projects that are used to benchmark Gradle against other build tools.
Follow the instructions required to install the Gradle profiler.
- A single, large project
- A single, medium project
- A large multi-project build
- A small, multi-project build with libraries
- A small, multi-project build with a lot of exclusion rules
You will notice that for Apache Maven, we run clean compile
instead of compile. It may, at first glance, look like
an unfair comparison, but it's for an important reason: Maven's incremental compiler is completely broken and will miss changes. An example of serious bug can be found here.