[Shootout-list] data.csv format

Bengt Kleberg bengt.kleberg@ericsson.com
Fri, 27 May 2005 14:41:47 +0200


greetings,

i am trying to reverse engineer data.csv from the code in minibench. i 
think it is created by
sub _write_summary_tables {}

(i also think ndata.csv is written by
sub _write_range_tables {}
which probably proves how little i know)

in _write_summary_tables i think the ''n'' value used is taken from 
$OPT->{_summary} somehow. so, the smallest change i can think of that 
would allow many more ''n'' in ndata.csv, but still make data.csv ok, 
would be to calculate the best ''n'' for _write_summary_tables before 
calling it.

i do not see how the calculated ''n'' can be put into $OPT->{_summary}.
suggestions?


bengt