pandastrike / jsck

JSON Schema Compiled checK
MIT License
158 stars 14 forks source link

have benchmarks optionally output a CSV #71

Closed gilesbowkett closed 9 years ago

gilesbowkett commented 9 years ago

would be convenient

automatthew commented 9 years ago

I've been meaning to do this.

automatthew commented 9 years ago

Although I was going to dump a file in the R data format.

gilesbowkett commented 9 years ago

well, CSV's more useful for me personally. won't take long, but tbh I probably won't bother until the next time I run into the problem.

automatthew commented 9 years ago

How would you structure the columns?

gilesbowkett commented 9 years ago

to produce the following spreadsheet:

jsck-csv-spreadsheet

useful for SECRET REASONS.

that is to say, columns list each draft/complexity combination, while rows go like this:

and libs are first grouped by draft, then listed from relative fastest to relative slowest.

automatthew commented 9 years ago

Okay, I had gotten stuck thinking about a data file that contained all the samples.

automatthew commented 9 years ago

Hence the reference to R.

gilesbowkett commented 9 years ago

yeah, it's way more basic. just summaries. every six months or so I build up little spreadsheets and/or ASCII reports on my PayPal sales using Ruby and FasterCSV. the terrible side effect of my little products business is I now actually like making spreadsheets.