• Douglas's avatar
    big refactoring to how to test works · 6f2b1454
    Douglas authored
    - new context manager to measure code's performance
    - now creates and fill arrays by memory size and not number of rows anymore
    - only 1 row from mariadb is broadcasted to the entire array (doesnt spend a lot of time waiting mysql anymore)
    - removed useless profile functions (just from this repository)
    - added docstrings
    - added pure wendelin.core/numpy sum test along with pandas
    6f2b1454
performance_test.py 5.77 KB