How to generate test projects:
- Edit src/main/kotlin/main.kt to setup the desired configuration. Please, pay attention to the destination (the
generatedProjectDir
property) where new project will be generated. - Run
./gradlew :generateProjects
How to run test projects:
- Go to the directory with the generated project.
- Run
./make-measurements.py
. It will run 20 rounds of measurements, then print the mean compile time and the standard deviation.