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

Robust measurements - don't break on missing run times #49

Closed PragTob closed 5 years ago

PragTob commented 5 years ago

Shows off why PragTob/benchee#268 is important/how it is used :)

Basically wraps all data display in "if I have this data" so that we don't crash or would have to guard against missing data inside there - bail out as early as we can! :)

PragTob commented 5 years ago

this should probably be squashed