From 3975be0732ca3b8063b234dd1c396b69f9ed4c7b Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 29 Aug 2008 21:18:34 +0000 Subject: [PATCH] 245566: introduced name environment sharing across compiles through the state object --- .../incremental/tools/IncrementalPerformanceTests.java | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5