axfer: test: reduce test case for maximum number of frame count

This commit reduces test case for maximum number of frame count so that
overall time is shortened. The count of total iteration is still the same.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Takashi Sakamoto 2021-03-11 14:21:43 +09:00 committed by Jaroslav Kysela
parent 92004425fc
commit 0a03f06134

View file

@ -300,7 +300,7 @@ int main(int argc, const char *argv[])
for (i = begin; i < end; ++i) {
err = generator_context_init(&gen, access_mask,
sample_format_masks[i],
1, 128, 23, 4500, 1024,
1, 128, 23, 3000, 512,
sizeof(struct container_trial));
if (err >= 0) {
trial = gen.private_data;