bencheeorg / benchee_html

Draw pretty micro benchmarking charts in HTML and allow to export them as png for benchee
MIT License
58 stars 9 forks source link

Add memory measurements #47

Closed PragTob closed 5 years ago

PragTob commented 5 years ago

Now we can see some memory stuff in HTML form!

(Not quite yet, this is mid merge and working to get more done)

Replaces/attempts to solve #46 - the merge is much easier once you omit one commit but the benchee_json commit doesn't exist anymore and now it's gotta be with the new benchee_json version that removed a crucial interface (that we maybe don't need anymore but we gotta adopt it)

PragTob commented 5 years ago

I feel like I did decent progress and think I know what needs to be done to get this all working. The benchee_json I have are local but minimal... well I'll push them and link here.

PragTob commented 5 years ago

it works now some cleanup :)

selection_003

selection_004

selection_005

selection_006

PragTob commented 5 years ago

So cleaned up the history a bit.

This should be about ready to go now :tada:

There are some small things I'd like to tackle but probably in another PR:

That's be nice so that not every formatter had to repeat the sample_size > 0 check