From 74b3c629b71565711661fbded3a8e3ba7f0a8f2f Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Thu, 11 Mar 2021 15:58:56 -0500 Subject: [PATCH] Updated test results --- testAlgorithms.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/testAlgorithms.py b/testAlgorithms.py index 244c103..5ab9252 100644 --- a/testAlgorithms.py +++ b/testAlgorithms.py @@ -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 """