Updated test results

This commit is contained in:
2021-03-11 15:58:56 -05:00
parent f9828d0967
commit 74b3c629b7

View File

@@ -296,30 +296,30 @@ if __name__ == "__main__":
print("testGCD took " + timer.getString() + " to run")
"""Results:
getPrimes failed the first test
testGetPrimes took 186.800 microseconds to run
getPrimes passed all tests
testGetPrimes took 189.500 microseconds to run
getNumPrimes failed the first test
testGetNumPrimes took 60.500 microseconds to run
getNumPrimes passed all tests
testGetNumPrimes took 164.300 microseconds to run
getFactors passed all tests
testGetFactors took 58.300 microseconds to run
testGetFactors took 162.400 microseconds to run
getDivisors passed all tests
testGetDivisors took 55.400 microseconds to run
testGetDivisors took 166.400 microseconds to run
getFib passed all tests
testGetFib took 759.200 microseconds to run
testGetFib took 717.400 microseconds to run
getAllFib passed all tests
testGetAllFib took 96.700 microseconds to run
testGetAllFib took 168.300 microseconds to run
prod passed all tests
testProd took 78.900 microseconds to run
testProd took 161.800 microseconds to run
getPermutations passed all tests
testGetPermutations took 102.700 microseconds to run
testGetPermutations took 162.900 microseconds to run
getGCD passed all tests
testGCD took 76.500 microseconds to run
testGCD took 186.100 microseconds to run
"""