Logger

class hokohoko.standard.Logger(parameters=None)

Bases: Assessor

Outputs results into a CSV format.

analyse(data)

Output the benchmark results into a readable form.

Parameters

data (list[multiprocessing.pool.AsyncResult[tuple[int, hokohoko.entities.Account]]]) – The data to analyse. This is provided as an Account per Period.