From: David Schleef Date: Tue, 6 Jul 2010 19:28:49 +0000 (-0700) Subject: test: remove adjustment of performance number X-Git-Tag: orc-0.4.6~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ea6900290f17c1588709fd1588c676c2fdeb0d6;p=platform%2Fupstream%2Forc.git test: remove adjustment of performance number --- diff --git a/orc-test/orctest.c b/orc-test/orctest.c index 2a1373a..8ce24c9 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -891,7 +891,7 @@ orc_test_performance (OrcProgram *program, int flags) ORC_DEBUG ("done running"); orc_profile_get_ave_std (&prof, &ave, &std); - printf("%g %g\n", (ave - 108)/(n*m), std/(n*m)); + printf("%g %g\n", ave/(n*m), std/(n*m)); for(i=0;i<4;i++){ if (dest_exec[i]) orc_array_free (dest_exec[i]);