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-08-13 06:20:24 +0400
committerDavid Schleef <ds@schleef.org>2010-08-13 06:20:24 +0400
commitfe4c1882e8534fcb67ca9581adbf8582e5d71fd2 (patch)
treeeff115eb8635f03520219cd066c18069f3d171df /orc-test/orctest.c
parent1b664a2044dd62b6c9ce577e8dc503f0a0616172 (diff)
test: Decrease n for performance testing
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 8aedc47..85e715f 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -847,7 +847,7 @@ orc_test_performance_full (OrcProgram *program, int flags,
n = program->constant_n;
} else {
//n = 64 + (orc_random(&rand_context)&0xf);
- n = 10000;
+ n = 1000;
}
ex = orc_executor_new (program);