Skip to content

Commit

Permalink
Removed the gradlew --stop from the transforms caching experiment scr…
Browse files Browse the repository at this point in the history
…ipt, as that's not needed anymore since we're running with --no-daemon
  • Loading branch information
ribafish committed Sep 17, 2024
1 parent 64e1be0 commit 362bbd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions transforms-caching-experiment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ You can then use the published build scans to evaluate how caching artifact tran

If results show that (remote) caching of transforms is not beneficial for your project, you can disable caching for (specific) transforms using the flags in this script.

Note: Killing all gradle daemons is necessary for the experiments to give conclusive results. This may impact your ongoing work, so it is recommended to pause other work while the script is running.

## Requirements

- A Develocity instance to publish scans to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ do
echo "Test caches/*/transforms removal with $args"
echo "------------------------------------------------------------"
set -x
./gradlew --stop

echo "Removing transforms from $homeDir/caches"
rm -rf $homeDir/caches/*/transforms
Expand Down

0 comments on commit 362bbd3

Please sign in to comment.