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

Remove sequential_output as not needed #63

Closed PragTob closed 9 months ago

PragTob commented 9 months ago

Turned out, that really wasn't our biggest problem - it worked by accident as it was used as a "function formatter" and hence did not launch in its own separate process and hence did not cause the memory copying problem.

See: https://github.com/bencheeorg/benchee/pull/415