From b131d593d5b1df73f3d995a82113ca1f5bca2653 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Tue, 14 Oct 2014 13:30:27 +0200 Subject: [PATCH] Fixed performance-test issue --- .../experiment01/MethodCallThoughputTimestampAnalysis1Test.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/performancetest/java/teetime/examples/experiment01/MethodCallThoughputTimestampAnalysis1Test.java b/src/performancetest/java/teetime/examples/experiment01/MethodCallThoughputTimestampAnalysis1Test.java index b6ded549..e5385b35 100644 --- a/src/performancetest/java/teetime/examples/experiment01/MethodCallThoughputTimestampAnalysis1Test.java +++ b/src/performancetest/java/teetime/examples/experiment01/MethodCallThoughputTimestampAnalysis1Test.java @@ -19,8 +19,6 @@ import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; -import teetime.examples.experiment16.ChwHomePerformanceCheck; -import teetime.examples.experiment16.ChwWorkPerformanceCheck; import teetime.util.ConstructorClosure; import teetime.util.TimestampObject; import util.PerformanceCheckProfile; -- GitLab