diff mbox series

[alsa-utils,13/14] axfer: test: reduce test case for maximum number of samples per frame

Message ID 20210311052146.404003-15-o-takashi@sakamocchi.jp
State New
Headers show
Series None | expand

Commit Message

Takashi Sakamoto March 11, 2021, 5:21 a.m. UTC
This commit reduces test case for maximum number of samples per frame so
that overall time is shortened. The count of total iteration is also
reduced by one quarter.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 axfer/test/container-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/axfer/test/container-test.c b/axfer/test/container-test.c
index 788507b..2a3dcff 100644
--- a/axfer/test/container-test.c
+++ b/axfer/test/container-test.c
@@ -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, 3000, 512,
+					     1, 32, 23, 3000, 512,
 					     sizeof(struct container_trial));
 		if (err >= 0) {
 			trial = gen.private_data;