octave-maintainers
[Top][All Lists]
Advanced

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

Re: Benchmark test of Octave on Windows.


From: Ole Jacob Hagen
Subject: Re: Benchmark test of Octave on Windows.
Date: Mon, 24 Jan 2005 16:06:05 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)



Here is the timings on Octave-2.1.64 linked with ATLAS, but built with
gcc-3.2.3 on Cygwin.

  Octave Benchmark 2
  ==================
Number of times each test is run__________________________: 3

  I. Matrix calculation
  ---------------------
Creation, transp., deformation of a 1500x1500 matrix (sec): 1.039
800x800 normal distributed random matrix ^1000______ (sec): 0.264
Sorting of 2,000,000 random values__________________ (sec): 1.204
700x700 cross-product matrix (b = a' * a)___________ (sec): 0.2917
Linear regression over a 600x600 matrix (c = a \ b') (sec): 0.165
                 ------------------------------------------------------
               Trimmed geom. mean (2 extremes eliminated): 0.4309

  II. Matrix functions
  --------------------
FFT over 800,000 random values______________________ (sec): 0.857
Eigenvalues of a 320x320 random matrix______________ (sec): 0.5477
Determinant of a 650x650 random matrix______________ (sec): 0.198
Cholesky decomposition of a 900x900 matrix__________ (sec): 0.18
Inverse of a 400x400 random matrix__________________ (sec): 0.1207
                 ------------------------------------------------------
               Trimmed geom. mean (2 extremes eliminated): 0.2692

  III. Programmation
  ------------------
750,000 Fibonacci numbers calculation (vector calc)_ (sec): 0.7607
Creation of a 2250x2250 Hilbert matrix (matrix calc) (sec): 0.8133
Grand common divisors of 70,000 pairs (recursion)___ (sec): 0.367
Creation of a 220x220 Toeplitz matrix (loops)_______ (sec): 0.93
Escoufier's method on a 37x37 matrix (mixed)________ (sec): 1.399
                 ------------------------------------------------------
               Trimmed geom. mean (2 extremes eliminated): 0.8317


Total time for all 15 tests_________________________ (sec): 9.137
Overall mean (sum of I, II and III trimmed means/3)_ (sec): 0.4587
                     --- End of test ---



Cheers,

Ole J.



reply via email to

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