コード例 #1
0
ファイル: fulltest_numpy.py プロジェクト: pymzavro/pymzavro
def pymzavroTest(iterations, file):
    timeList = []
    for i in range(iterations):
        test = TestingMethods(avroFile=file)
        timeList.append(test.pymzavro())

    return timeList
コード例 #2
0
ファイル: fulltest_numpy.py プロジェクト: pymzavro/pymzavro
def pyOpenMSregular(iterations, file):
    timeList = []
    for i in range(iterations):
        test = TestingMethods(mzMLFile=file)
        timeList.append(test.pyOpenMSregular())

    return timeList