home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctech / hlexec / hlhelp.txt < prev    next >
Text File  |  1988-09-09  |  4KB  |  128 lines

  1.  
  2. GENERAL INFORMATION
  3.  
  4. These system benchmarks are a series of more than two dozen
  5. tests grouped into six modules.  Each module measures the
  6. time required to perform typical elements of an application.
  7.  
  8.      Text Scrolling displays short, medium, and long lines
  9.      of text using DOS, BIOS, and C library routines.
  10.  
  11.      Text Windows scrolls text through windows.
  12.  
  13.      Graphics Video draws random-sized areas, lines,
  14.      ellipses, and 15 small graphs.
  15.  
  16.      CPU Speed generates and sorts 30,000 integers.
  17.  
  18.      Floating Point performs a Fast Fourier Transform on
  19.      internally generated data.
  20.  
  21.      Disk Speed generates data, indexes, sorts, and
  22.      generates reports.
  23.  
  24. To run an individual test, move the cursor bar to the test
  25. description on the main menu and press Enter.  Select 
  26. "Run all above tests" to run the entire test suite.
  27.  
  28. Select "Display and compare results" to compare test results
  29. with those stored in the benchmark library.
  30.  
  31. To attach a description to the benchmark results select
  32. "Describe this machine."
  33.  
  34. To save the benchmark results select "Save data file."
  35.  
  36. "Return to DOS" terminates the benchmark suite.
  37.  
  38. "About these benchmarks" displays this information.
  39.  
  40. Pressing Esc returns control to the previous menu; if
  41. pressed when using the main menu, it returns control to DOS.
  42.  
  43.  
  44. INTERPRETING THE RESULTS
  45.  
  46. Benchmark results are presented in tabular and graphical
  47. form.  Times presented are in seconds.  In each case the
  48. first column of numbers are the benchmark test times for
  49. the reference machine, the second are times for the
  50. comparison machine, and the third is a performance factor.
  51. The performance factor is calculated by dividing the
  52. results in the first column by those in the second, and 
  53. expressing the result as a percentage.  Thus, if the 
  54. reference machine runs a particular test in 10 seconds,
  55. and the comparison machine runs it in 5, the performance
  56. factor is 200%.
  57.  
  58.  
  59. ADDITIONAL INFORMATION
  60.  
  61. The benchmark results file, and the default benchmark
  62. reference file can be specified on the PCTECH command
  63. line by entering:
  64.  
  65.      PCTECH bfile rfile
  66.  
  67. where bfile and rfile are the respective file names.
  68.  
  69. The default headings built into the benchmark result
  70. description record can be overwritten if desired.
  71.  
  72. By default, Graphics Video tests the the highest resolution 
  73. video mode available.  A lower-resolution video mode can be 
  74. tested if desired (or if the benchmark suite is unable to  
  75. detect the proper video mode), by entering the DOS command:
  76.  
  77.      SET HLGRAPH=n
  78.  
  79. The possible values for n, and associated video modes are:
  80.  
  81.      4     CGA Medium-res (320x200, 4 color)
  82.      6     CGA "high" res (640x200, 2 color)
  83.      8     Hercules (720x348, 2 color)
  84.     15     EGA Monochrome (640x350, 2 color)
  85.     16     EGA Color (640x350, 16 color)
  86.     17     VGA Monochrome (640x480, 2 color)
  87.     18     VGA Color (640x480, 16 color)
  88.     19     VGA 256-color (320x200, 256 color)
  89.  
  90. Disk Speed tests drive C: by default.  A different drive can
  91. be tested by entering the DOS command:
  92.  
  93.      SET HLDISK=x:
  94.  
  95. before running the test, where x is replaced by the letter
  96. of the drive to be tested.  The drive should have at least
  97. 100KB available storage.
  98.  
  99. The name of the default benchmark reference file used by 
  100. "Display and compare results" is stored in XREF.TXT. A
  101. different file can be specified by editing XREF.TXT.
  102.  
  103. Print data from the "Display and compare results" print
  104. option is written to PRN by default.  It can be redirected 
  105. to either a serial or parallel printer using the DOS MODE
  106. command.  The printer output can be directed to a file or
  107. different device by entering the DOS command:
  108.  
  109. SET PRINTER=filename
  110.  
  111. where filename is the desired destination of the data.
  112. Print data is always appended to the file selected.
  113.  
  114. Additional information about the program and utility files
  115. that make up the benchmark suite are contained in the
  116. READ.ME file.
  117.  
  118. The benchmark programs and results can be downloaded from
  119. PCTECHline:  301/740-8383 (2400/1200/300 bps, 8 data bits,
  120. 1 stop bit, no parity).
  121.  
  122. The design of the benchmark tests, the test methods, and
  123. how to run the tests and interpret the results is described
  124. in "High Level Benchmarks," Kent Quirk, PC Tech Journal,
  125. September 1988, p. 54.    
  126.  
  127.                                    Last Help Update:  9/9/88
  128.