help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

offtopic: Alpha benchmark


From: Daniel Heiserer
Subject: offtopic: Alpha benchmark
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
---------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]