[llvm-commits] [test-suite] r148657 - /test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c
Benjamin Kramer
benny.kra at googlemail.com
Sun Jan 22 02:33:59 PST 2012
Author: d0k
Date: Sun Jan 22 04:33:59 2012
New Revision: 148657
URL: http://llvm.org/viewvc/llvm-project?rev=148657&view=rev
Log:
Remove warning about the statistical soundness, we let lnt do the math anyway.
This popped up on some testers and broke the reference output.
Modified:
test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c
Modified: test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c?rev=148657&r1=148656&r2=148657&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/nbench/nbench0.c Sun Jan 22 04:33:59 2012
@@ -247,9 +247,11 @@
&bmean,
&bstdev,
&bnumrun)){
+#if 0
output_string("\n** WARNING: The current test result is NOT 95 % statistically certain.\n");
output_string("** WARNING: The variation among the individual results is too large.\n");
output_string(" :");
+#endif
}
#ifdef LINUX
sprintf(buffer," %15.5g : %9.2f : %9.2f\n",
More information about the llvm-commits
mailing list