From help-octave-request at bevo dot che dot wisc dot edu Mon Oct 25 07:23:39 1999 Subject: offtopic: Alpha benchmark From: Daniel Heiserer To: "help-octave at bevo dot che dot wisc dot edu" Date: Mon, 25 Oct 1999 13:52:20 +0200 Hi, Sorry for being offtopic. :-(( can somebody who has a latest ALPHA Processor running linux and octave do me a favour and run the following lines in octave: %------------------------------------------------- % init the functions c=1000;a=rand(c);tic;b=inv(a);toc % sample the benchmark for ii=1:2 fprintf('Step number %d\n',ii); c=1000;a=rand(c);tic;b=inv(a);TOC(ii)=toc; end % print the result [min(TOC),mean(TOC),std(TOC),max(TOC)] %------------------------------------------------- And send me the content of TOC. I currently evaluate some different machines. Thanks daniel --------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. To ensure that development continues, see www.che.wisc.edu/octave/giftform.html Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html ---------------------------------------------------------------------