From 86ac4e8ed02036e4f0ba3a9c9b24a9b6c27f285c Mon Sep 17 00:00:00 2001
From: Christian Wulf <chw@informatik.uni-kiel.de>
Date: Wed, 25 Jun 2014 12:18:49 +0200
Subject: [PATCH] added comment for varying performance results

---
 .../teetime/variant/methodcallWithPorts/examples/AllTests.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/teetime/variant/methodcallWithPorts/examples/AllTests.java b/src/test/java/teetime/variant/methodcallWithPorts/examples/AllTests.java
index 9466ae3..486230d 100644
--- a/src/test/java/teetime/variant/methodcallWithPorts/examples/AllTests.java
+++ b/src/test/java/teetime/variant/methodcallWithPorts/examples/AllTests.java
@@ -79,7 +79,7 @@ public class AllTests {
 		assertEquals(22, (double) test9.quantiles.get(0.5) / test1.quantiles.get(0.5), 2.1);
 		assertEquals(44, (double) test15.quantiles.get(0.5) / test1.quantiles.get(0.5), 4.1);
 
-		// below results vary too much
+		// below results vary too much, possibly due to the OS' scheduler
 		// assertEquals(RESULT_TESTS_16, (double) test16a.quantiles.get(0.5) / test1.quantiles.get(0.5), 5.1);
 		// assertEquals(RESULT_TESTS_16, (double) test16b.quantiles.get(0.5) / test1.quantiles.get(0.5), 5.1);
 		// assertEquals(RESULT_TESTS_16, (double) test16c.quantiles.get(0.5) / test1.quantiles.get(0.5), 5.1);
-- 
GitLab