tests: make benchmarks less busy

Reduce iterations of the benchmark so that can finish on slower
devices.
This commit is contained in:
Wim Taymans 2020-02-07 15:22:35 +01:00
parent 9acf592e9c
commit 42b1e163d7
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ struct stats {
#define MAX_SAMPLES 4096
#define MAX_CHANNELS 11
#define MAX_COUNT 1000
#define MAX_COUNT 100
static uint8_t samp_in[MAX_SAMPLES * MAX_CHANNELS * 4];
static uint8_t samp_out[MAX_SAMPLES * MAX_CHANNELS * 4];

View file

@ -32,7 +32,7 @@
#include <spa/utils/dict.h>
#define MAX_COUNT 1000000
#define MAX_COUNT 100000
#define MAX_ITEMS 1000
static struct spa_dict_item items[MAX_ITEMS];