[GRADLE-490] The UsersGuideIntegrationTest should evaluate a script only once. Created: 20/May/09 Updated: 04/Jan/13 Resolved: 12/Jun/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.7 |
Type: | Improvement | ||
Reporter: | Hans Dockter | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
The UsersGuideIntegration test evaluates many scripts multiple times. It is possibly a significant performance improvement if this each script is evaluated only once. The execution of this test takes at the moment 3.5 mins on my machine. |