Ivan Smirnov

Results 269 comments of Ivan Smirnov

I wonder if the data generation and reporting logic could (should) be actually split up. Like, you collect the actual data in one big dict, and then you can choose...

Is it possible to simply tell it "just use milliseconds, I know what I want"? It's not entirely clear from the docs or the source code, looks like no?

Whoah that's a lot of options, this definitely deserves a config file section!

@ionelmc Haven't been using pytest-benchmark for quite a while, now the time has come again, I've searched for ways to configure it and... found my own ticket :) Wondering if...

Yet another thought... `pyproject.toml`? (seeing as more and more libraries and projects are moving towards it these days)

Anyone doing data science in Python would almost surely have both numpy and matplotlib installed; unlike pygal these are also shipped by package distributions like homebrew and Python distributions like...

Yep that sound good, as long as there's also an option to `--benchmark-group-histograms` or something like this?

Having one plot per benchmark group and not per each benchmark making possible to actually compare things visually within one run. (sorry if I missed something in this discussion)

Yea sure I could help with matplotlib backend when there's a way to plug it in and another implementation as a reference (e.g. pygal). Maybe the refactoring should be done...

Ok, I did a bit more digging and came up with a version that solves some of it (a lot of it wasn't obvious from the docs so it was...