Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-07-06 23:28:49 +0400
committerDavid Schleef <ds@schleef.org>2010-07-10 03:57:17 +0400
commit9ea6900290f17c1588709fd1588c676c2fdeb0d6 (patch)
tree5213ada5eb5c4c37729f5aaf170518e6a29e5005 /orc-test/orctest.c
parent406dd034b41b8f180f9b9d79ddb562e410bc002d (diff)
test: remove adjustment of performance number
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c2
1 files changed, 1 insertions, 1 deletions
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]);