nschloe/perfplot

'time_unit' can not be used in bench()

afftek opened this issue · 0 comments

In the readme you write

out = perfplot.bench(
    # same arguments as above
    )

But you can not provide time_unit, you will have to set it during out.save() (which is fine, but I had to checkout the code to find it)