Override the default time limit in test_memory.t to improve stability.

This commit is contained in:
Alexey Kopytov
2017-03-29 16:43:35 +03:00
parent 7fcbf2e025
commit d514625849

View File

@ -2,7 +2,7 @@
memory benchmark tests
########################################################################
$ args="memory --memory-block-size=4K --memory-total-size=1G --events=100 --threads=2"
$ args="memory --memory-block-size=4K --memory-total-size=1G --events=1 --time=0 --threads=2"
The --memory-hugetlb option is supported and printed by 'sysbench
help' only on Linux.