From 249b9b9aa4db2b35a3d39f895c74e563d3bd457d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 31 May 2009 22:37:59 +0300 Subject: [PATCH] controller: use real world number in benchmark --- tests/benchmarks/controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/benchmarks/controller.c b/tests/benchmarks/controller.c index d052f31..10ab69f 100644 --- a/tests/benchmarks/controller.c +++ b/tests/benchmarks/controller.c @@ -19,12 +19,12 @@ * Boston, MA 02111-1307, USA. */ - #include #include #include -#define NUM_CP 5000 +/* a song in buzztard can easily reach 30000 here */ +#define NUM_CP 15000 #define BLOCK_SIZE 64 static void -- 2.7.4