You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a given build has never been run with the version of Gradle under test, for the specified Gradle user home, the daemon under test will include state/noise from the initial work of downloading stuff, compiling scripts, and so on.
Previously, we used to do a clean build and shut down the daemons, prior to benchmarking or profiling, but this was removed. We should add an initial run of the scenario, then shutdown the daemon, then benchmark or profile. This initial run does not necessarily need to be a clean build, but it should do something similar to the scenario under test.
The text was updated successfully, but these errors were encountered:
When a given build has never been run with the version of Gradle under test, for the specified Gradle user home, the daemon under test will include state/noise from the initial work of downloading stuff, compiling scripts, and so on.
Previously, we used to do a clean build and shut down the daemons, prior to benchmarking or profiling, but this was removed. We should add an initial run of the scenario, then shutdown the daemon, then benchmark or profile. This initial run does not necessarily need to be a clean build, but it should do something similar to the scenario under test.
The text was updated successfully, but these errors were encountered: