diff options
author | Øyvind Kolås <pippin@gimp.org> | 2010-12-17 03:08:58 +0000 |
---|---|---|
committer | Øyvind Kolås <pippin@gimp.org> | 2010-12-17 15:38:09 +0000 |
commit | c7df9d46b5702934a3dcb7e3fd06cd762423c87c (patch) | |
tree | f346acb53be00230303b6834867465bf0aa4f0ee /perf | |
parent | 8b010612a3fb5dc7ad7590fa5eb2c66000dcbf16 (diff) |
buffer: add extra locks
Diffstat (limited to 'perf')
-rw-r--r-- | perf/tests/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/tests/comp.c b/perf/tests/comp.c index 5a62c045..c4f08012 100644 --- a/perf/tests/comp.c +++ b/perf/tests/comp.c @@ -15,7 +15,7 @@ main (gint argc, bufferB = test_buffer (2048, 2048, babl_format ("RGBA float")); buffer = test_buffer (2048, 2048, babl_format ("RGBA float")); -#define ITERATIONS 6 +#define ITERATIONS 4 test_start (); for (i=0;i< ITERATIONS;i++) { |