Skip to content

Checks the compilation time of large entity classes to improve Doma's annotation processors

Notifications You must be signed in to change notification settings

domaframework/large-entity-classes

Repository files navigation

Large Entity Classes

This project generates large entity classes and assembles them. You can check how long it takes to assemble them.

Build large generated classes

Build with Doma 2.19.2:

$ ./gradlew :project-v2.19.2:clean :project-v2.19.2:assemble --stacktrace

Build with Doma 2.34.0:

$ ./gradlew :project-v2.34.0:clean :project-v2.34.0:assemble --stacktrace

Build with Doma 2.35.0:

$ ./gradlew :project-v2.35.0:clean :project-v2.35.0:assemble --stacktrace

Build with the latest SNAPSHOT version of Doma:

$ ./gradlew :project-latest:clean :project-latest:assemble --stacktrace

About

Checks the compilation time of large entity classes to improve Doma's annotation processors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages