synctest.mplx 522 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
variants:
    - synctest:
        sync_tarball = synctest.tar.bz2
        sync_length_type = int
        sync_loop_type = int
        variants:
            - loop_short:
                sync_loop = 10
            - loop_medium:
                sync_loop = 50
            - loop_long:
                sync_loop = 100
        variants:
            - length_short:
                sync_length = 100
            - length_medium:
                sync_length = 500
            - length_long:
                sync_length = 1000