Skip to content

Instantly share code, notes, and snippets.

@PaulKlauser
Created March 29, 2024 20:14
Show Gist options
  • Save PaulKlauser/a601cd516093aaf616d127115340387b to your computer and use it in GitHub Desktop.
Save PaulKlauser/a601cd516093aaf616d127115340387b to your computer and use it in GitHub Desktop.
gradle profile scenario example
// run with gradle-profiler --benchmark --project-dir . --scenario-file scenarios.txt
clean_build_release_test {
tasks = ["testStagingReleaseUnitTest"]
cleanup-tasks = ["clean"]
}
clean_build_debug_test {
tasks = ["testStagingDebugUnitTest"]
cleanup-tasks = ["clean"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment