Skip to content

A set of synthetic projects used to benchmark Gradle against other build tools

Notifications You must be signed in to change notification settings

bedrin/MNG-7399

Repository files navigation

Performance benchmarks for Gradle

This repository contains several synthetic projects that are used to benchmark Gradle against other build tools.

Pre-requisites

Follow the instructions required to install the Gradle profiler.

Available projects

Note about Maven performance scenarios

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.

About

A set of synthetic projects used to benchmark Gradle against other build tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%