From: Jaroslav Kysela Date: Thu, 20 Feb 2003 16:45:06 +0000 (+0000) Subject: Increased LOOP to 100 X-Git-Tag: v1.0.3~260 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7e6031b1512dff66da5ad204ae4c9cf58979f9f3;p=alsa-lib.git Increased LOOP to 100 --- diff --git a/test/code.c b/test/code.c index d4f9c3bb..c01a21a4 100644 --- a/test/code.c +++ b/test/code.c @@ -379,7 +379,7 @@ void init(s16 *dst, s32 *sum, int size) int main(int argc, char **argv) { int size = 2048, n = 4, max = 32267; - int LOOP = 30; + int LOOP = 100; int i, t; unsigned long long begin, end, diff, diff0, diff1, diff1_mmx, diff2; double cpu_clock = detect_cpu_clock();