caderek / benny

A dead simple benchmarking framework for JS/TS libs

Home Page:https://caderek.github.io/benny/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save multiple suites to a single output file.

dpmcmlxxvi opened this issue · comments

Does benny have to ability to save multiple suites to the same output file (html, csv, etc.)? All the cases from a single suite get put on the same chart. However, this becomes unwieldy if there are many cases. However, if the cases are broken up into multiple suites then the results are written to different, say, HTML files. It would be helpful to have a each suite result in a new row with each case in a column, or chart bar, all in a single output file.