pydistsim.benchmark
This module contains the AlgorithmBenchmark class, which is used to benchmark the performance of a given
algorithm.
Functions
Auxiliary function to choose shape so that a * b ≈ n and neither a or b are equal to 1 (most of the time). |
Classes
This class is used to benchmark the performance of a given algorithm. |