home *** CD-ROM | disk | FTP | other *** search
/ PC-Test Pro / PCTESTPRO.iso / benchmrk / tran / entp / readme.txt next >
Encoding:
Text File  |  1995-02-05  |  1.5 KB  |  35 lines

  1. Tran is a benchmark program for measuring the speed of transcendental
  2. mathematical operations. To use it you type "tran loops" where loops is
  3. the number of loops of each test that you want. Choose a big enough
  4. number of loops so that the slowest test takes at least ten seconds.
  5. I suggest the following number of loops as likely to be right:
  6.  
  7.         Processor      DX      SX or FPU disabled
  8.          486-33       800000        3000
  9.          486-66      1600000        6000
  10.          486-100     2000000       10000
  11.  
  12. For my Ocean Hippo DCA-2 motherboard and an AMD 486DX-100 CPU I get:
  13.  
  14.    2000000 in  11.37 seconds for     175901 sin/s
  15.    2000000 in  11.09 seconds for     180342 cos/s
  16.    2000000 in  14.44 seconds for     138504 tan/s
  17.    2000000 in  13.24 seconds for     151057 asin/s
  18.    2000000 in  14.17 seconds for     141143 acos/s
  19.    2000000 in  10.94 seconds for     182815 atan/s
  20.    2000000 in  10.60 seconds for     188679 log/s
  21.    2000000 in  10.54 seconds for     189753 log10/s
  22.  
  23. With FPU disabled by "set NO87=NoFPU"
  24.  
  25.     100000 in   9.99 seconds for      10010 sin/s
  26.     100000 in  10.27 seconds for       9737 cos/s
  27.     100000 in  11.97 seconds for       8354 tan/s
  28.     100000 in  22.91 seconds for       4364 asin/s
  29.     100000 in  24.71 seconds for       4046 acos/s
  30.     100000 in  18.40 seconds for       5434 atan/s
  31.     100000 in  16.43 seconds for       6086 log/s
  32.     100000 in  16.58 seconds for       6031 log10/s
  33.  
  34. James Day, 100276.3552@compuserve.com 5 Feb 1995
  35.