[Shootout-list] small change (that i can do) that would benefit 3 people

Bengt Kleberg bengt.kleberg@ericsson.com
Wed, 25 May 2005 13:59:08 +0200


On hu, 12 May 2005 13:07:30 +02002, Bengt Kleberg wrote:
...deleted
> back to the drawing board. thanks.

new suggestion from the drawing board.

given ndata.csv (as included below) i have a small script (<30 loc) that 
can find out the largest ''n'' value that produced the most sufficiently 
long test runs (minimum test run duration is 100 s which is just a demo 
value), and then extract all the lines with that ''n''.

the results:

test1,fast, ,10000,10000,10000,1504,1, 09/30/2004
test1,faster, ,10000,1000,1000,848,22, 09/30/2004
test1,fastest, ,10000,102,102,260,27, 09/30/2004

testx2,fast, ,100,10000,10000,1504,1, 09/30/2004
testx2,faster, ,100,1000,1000,848,22, 09/30/2004
testx2,fastest, ,100,102,102,260,27, 09/30/2004

i would appreciate if somebody could take the time and tell me where i 
have gone wrong this time.


i still need to get these values into data.csv. is there a sample 
data.csv that i could work with?


bengt



test,lang,id,iter,secs-startup,secs,kb,lines,date
test1,fast, ,1,1,1,1, 09/30/2004
test1,fast, ,10,10,10,1504,1, 09/30/2004
test1,fast, ,100,100,100,1504,1, 09/30/2004
test1,fast, ,1000,1000,1000,1504,1, 09/30/2004
test1,fast, ,10000,10000,10000,1504,1, 09/30/2004
test1,faster, ,1,0.1,0.1,848,22, 09/30/2004
test1,faster, ,10,1,1,848,22, 09/30/2004
test1,faster, ,100,10,10,848,22, 09/30/2004
test1,faster, ,1000,101,101,848,22, 09/30/2004
test1,faster, ,10000,1000,1000,848,22, 09/30/2004
test1,fastest, ,1,0.01,0.01,260,27, 09/30/2004
test1,fastest, ,10,0.1,0.1,260,27, 09/30/2004
test1,fastest, ,100,1,1,260,27, 09/30/2004
test1,fastest, ,1000,10,10,260,27, 09/30/2004
test1,fastest, ,10000,102,102,260,27, 09/30/2004
testx2,fast, ,1,1,1,1, 09/30/2004
testx2,fast, ,10,100,100,1504,1, 09/30/2004
testx2,fast, ,100,10000,10000,1504,1, 09/30/2004
testx2,fast, ,1000,-,-,1504,1, 09/30/2004
testx2,faster, ,1,0.1,0.1,848,22, 09/30/2004
testx2,faster, ,10,10,10,848,22, 09/30/2004
testx2,faster, ,100,1000,1000,848,22, 09/30/2004
testx2,faster, ,1000,10000,10000,848,22, 09/30/2004
testx2,fastest, ,1,0.01,0.01,260,27, 09/30/2004
testx2,fastest, ,10,1,1,260,27, 09/30/2004
testx2,fastest, ,100,102,102,260,27, 09/30/2004
testx2,fastest, ,1000,10000,10000,260,27, 09/30/2004