https://github.com/marc0der/gradle100modules
A simple project for benchmarking purposes.
https://github.com/marc0der/gradle100modules
Last synced: 21 days ago
JSON representation
A simple project for benchmarking purposes.
- Host: GitHub
- URL: https://github.com/marc0der/gradle100modules
- Owner: marc0der
- Created: 2016-06-21T12:03:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T12:03:55.000Z (about 9 years ago)
- Last Synced: 2025-03-23T19:44:44.646Z (3 months ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 100 Module Gradle Sample
This project has a task called `createModules` that generates 100 modules with a single test inside each project.
This is used for benchmarking test JVM startup times.
Run as follows:
$ gradle createModules
$ gradle clean test