From: aclement Date: Fri, 29 Aug 2008 21:18:34 +0000 (+0000) Subject: 245566: introduced name environment sharing across compiles through the state object X-Git-Tag: V1_6_2~134 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3975be0732ca3b8063b234dd1c396b69f9ed4c7b;p=aspectj.git 245566: introduced name environment sharing across compiles through the state object --- diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalPerformanceTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalPerformanceTests.java index 32faf78fd..81ec7eac3 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalPerformanceTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalPerformanceTests.java @@ -51,6 +51,8 @@ public class IncrementalPerformanceTests extends AbstractMultiProjectIncremental long nochangebuild = getTimeTakenForBuild(proj); System.out.println("Incr build time for no changes at all: " + nochangebuild + "ms"); + // An incremental build with no source file changes at all *and* we tell the compiler there are + // no source changes (so it doesn't need to check timestamps). super fast addProjectSourceFileChanged(proj, null); build(proj); checkWasntFullBuild();