Guest User

Untitled

a guest
Nov 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. cat R-benchmark-25.R | time R --slave > result.txt 2>&1
  2. -----
  3. Loading required package: Matrix
  4. Loading required package: SuppDists
  5. Warning message:
  6. In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
  7. there is no package called ‘SuppDists’
  8. Warning messages:
  9. 1: In remove("a", "b") : object 'a' not found
  10. 2: In remove("a", "b") : object 'b' not found
  11.  
  12.  
  13. R Benchmark 2.5
  14. ===============
  15. Number of times each test is run__________________________: 3
  16.  
  17. I. Matrix calculation
  18. ---------------------
  19. Creation, transp., deformation of a 2500x2500 matrix (sec): 1.624
  20. 2400x2400 normal distributed random matrix ^1000____ (sec): 0.750000000000001
  21. Sorting of 7,000,000 random values__________________ (sec): 1.61633333333333
  22. 2800x2800 cross-product matrix (b = a' * a)_________ (sec): 24.1683333333333
  23. Linear regr. over a 3000x3000 matrix (c = a \ b')___ (sec): 10.4303333333333
  24. --------------------------------------------
  25. Trimmed geom. mean (2 extremes eliminated): 3.01396622146348
  26.  
  27. II. Matrix functions
  28. --------------------
  29. FFT over 2,400,000 random values____________________ (sec): 0.959666666666664
  30. Eigenvalues of a 640x640 random matrix______________ (sec): 0.945666666666663
  31. Determinant of a 2500x2500 random matrix____________ (sec): 4.52533333333333
  32. Cholesky decomposition of a 3000x3000 matrix________ (sec): 6.867
  33. Inverse of a 1600x1600 random matrix________________ (sec): 4.96700000000002
  34. --------------------------------------------
  35. Trimmed geom. mean (2 extremes eliminated): 2.78369542008946
  36.  
  37. III. Programmation
  38. ------------------
  39. 3,500,000 Fibonacci numbers calculation (vector calc)(sec): 0.772333333333336
  40. Creation of a 3000x3000 Hilbert matrix (matrix calc) (sec): 0.605999999999995
  41. Grand common divisors of 400,000 pairs (recursion)__ (sec): 0.858999999999999
  42. Creation of a 500x500 Toeplitz matrix (loops)_______ (sec): 0.761000000000005
  43. Escoufier's method on a 45x45 matrix (mixed)________ (sec): 0.890000000000043
  44. --------------------------------------------
  45. Trimmed geom. mean (2 extremes eliminated): 0.796270940310283
  46.  
  47.  
  48. Total time for all 15 tests_________________________ (sec): 60.7420000000001
  49. Overall mean (sum of I, II and III trimmed means/3)_ (sec): 1.88339026262939
  50. --- End of test ---
  51.  
  52. 317.72user
  53. 1.45system
  54. 5:19.19elapsed
  55. 99%CPU
  56. (0avgtext+0avgdata 437728maxresident)k0inputs+40outputs (0major+91056minor)pagefaults 0swaps
Add Comment
Please, Sign In to add comment