diff options
author | David Schleef <ds@schleef.org> | 2010-08-12 19:20:24 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-08-12 19:20:24 -0700 |
commit | fe4c1882e8534fcb67ca9581adbf8582e5d71fd2 (patch) | |
tree | eff115eb8635f03520219cd066c18069f3d171df /orc-test | |
parent | 1b664a2044dd62b6c9ce577e8dc503f0a0616172 (diff) |
test: Decrease n for performance testing
Diffstat (limited to 'orc-test')
-rw-r--r-- | orc-test/orctest.c | 2 |
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); |