Example #1
0
def performance_test_sizeA_10000_sizeB_20000000_num_connections_1000000_chunk_length_64_2_cutoff_0(
):
    '''Pushing it until it breaks :) '''
    gt, mt = run_timing_test(sizeA=10000,
                             sizeB=20000000,
                             num_connections=1000000,
                             chunk_length_64=2,
                             cutoff=0)
Example #2
0
def performance_test_sizeA_10000_sizeB_10000000_num_connections_100000000():
    '''Pushing it until it breaks :) '''
    gt, mt = run_timing_test(sizeA=10000,
                             sizeB=10000000,
                             num_connections=100000000)
Example #3
0
def performance_test_sizeA_1000_sizeB_10000000_num_connections_10000000():
    gt, mt = run_timing_test(sizeA=1000,
                             sizeB=10000000,
                             num_connections=10000000)
    assert mt < 100, 'mtm_stats is too slow'