home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / BENCHMAR / PC_HRDWR.ZIP / README < prev    next >
Encoding:
Text File  |  1989-10-11  |  17.6 KB  |  588 lines

  1.                                 README
  2.  
  3.                 PC Magazine Labs Benchmarks Release 5.1
  4. ----------------------------------------------------------------------
  5.  
  6.  
  7.  
  8.                           TABLE OF CONTENTS
  9.                ----------------------------------------
  10.  
  11.                Introduction..........................2
  12.  
  13.                Installation..........................2
  14.  
  15.                Operation.............................3
  16.                   Command Line Options...............3
  17.                   File Menu..........................3
  18.                   View Menu..........................3
  19.                   Performance Menu...................4
  20.                   Compatibility Menu.................5
  21.                   Quality Menu.......................5
  22.                   Set Menu...........................5
  23.                   Help Menu..........................6
  24.  
  25.                Descriptions of Tests
  26.                   Processor Performance Tests........6
  27.                      Instruction Mix.................6
  28.                      128K NOP Loop...................6
  29.                      Do-nothing Loop.................7
  30.                      Integer Add.....................7
  31.                      Integer Multiply................7
  32.                      String Sort and Move............7
  33.                      Prime Number Sieve..............7
  34.                      Floating Point Mix..............7
  35.                   Coprocessor Performance Tests......8
  36.                      Coprocessor Speed Test..........8
  37.                   Disk Performance Tests.............8
  38.                      BIOS Disk Seek..................8
  39.                      DOS Disk Access.................8
  40.                      DOS File Access.................8
  41.                   Video Performance Tests............9
  42.                      Direct Screen Access............9
  43.                      Teletype Without Scrolling......9
  44.                      Teletype With Scrolling.........9
  45.                   Memory Performance Tests...........9
  46.                   Printer Speed Test................10
  47.                Additional Information...............10
  48.  
  49.                                 README
  50.  
  51.                 PC Magazine Labs Benchmarks Release 5.1
  52. ----------------------------------------------------------------------
  53.  
  54.  
  55.  
  56.                              INTRODUCTION
  57.                              ------------
  58.  
  59. Welcome to Release 5.1 of the PC LABS BENCHMARK SERIES. Since the
  60. release of 5.0 last fall, we have received hundreds of registrations
  61. and have incorporated many of the changes and improvements you have
  62. asked for in our questionnaire.
  63.  
  64. The latest features are outlined in the file called WHATS.NEW. This
  65. file will help pinpoint the new features for those who are already
  66. familiar with the benchmark programs.
  67.  
  68.  
  69.  
  70.  
  71.                              INSTALLATION
  72.                              ------------
  73.  
  74. The PC Labs Benchmark Series Release 5.1 is distributed on one low
  75. density floppy or as an archived file on PC MagNet. The archive
  76. contains the same files as the disk. The files are:
  77.  
  78.           BENCH5-1.EXE - The benchmark programs and data
  79.           README       - This file
  80.           WHATS.NEW    - New features description
  81.  
  82. The BENCH5-1.EXE file is a self-extracting archive.  To install the
  83. benchmarks just copy BENCH5-1.EXE to your preferred drive and
  84. subdirectory and type "BENCH5-1".  Alternatively, you can make the
  85. destination directory your current directory and put the disk in drive
  86. A: and type "A:BENCH5-1". The quotes (") do not get typed. The
  87. following additional files should then be created (requiring
  88. approximately 750k disk space):
  89.  
  90. BENCH.EXE      - The benchmarks programs
  91. VGAHDW.EXE               "
  92. EGAVGA.EXE               "
  93. PRSPEED.EXE              "
  94. PRSPEEDN.ASC             "
  95. PRSPEEDW.ASC             "
  96. FLOATMIX.EXE             "
  97. BENCH.KEY                "
  98.  
  99.  
  100. REGISTER       - Form to send in to register for future updates
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.                                 Page 2
  108.  
  109.                                 README
  110.  
  111.                 PC Magazine Labs Benchmarks Release 5.1
  112. ----------------------------------------------------------------------
  113.  
  114.  
  115.  
  116.                               OPERATION
  117.                               ---------
  118.  
  119. To run the main benchmarks program, type "BENCH".
  120.  
  121.  
  122. Command line parameters:
  123.  
  124.  
  125. GO    bypasses the initial logo screens.
  126.  
  127.  
  128. AUTO  starts the benchmarks in automatic mode.  The processor tests
  129.       will cycle through one at a time.  This option uses the
  130.       BENCH.KEY file.  NOTE:  A reboot is required to end AUTO mode.
  131.  
  132.  
  133. LCD   Uses black and white attributes.  Use for forcing better display
  134.       legibility on laptop computers.
  135.  
  136.  
  137.                               FILE MENU
  138.                               ---------
  139.  
  140. The "Save results" selection allows you to save the test results in a
  141. file on your disk. You will have the ability to change the machine
  142. description (See SET MENU) and the name of the file. The file will be
  143. saved in the current directory and will overwrite an old file with the
  144. same name.
  145.  
  146. The "About" selection tells about the benchmark program. The people
  147. involved with the project over the years as well as the languages and
  148. tools used to create the programs are listed.
  149.  
  150. The "Quit" selection terminates the benchmark program.
  151.  
  152.  
  153.  
  154.                               VIEW MENU
  155.                               ---------
  156.  
  157. The "Results" selection allows you to browse through the test results
  158. on the screen. The format is the same as the results file. You can
  159. scroll up and down using the arrow, PgUp, PgDn, Home, and End keys.
  160. Use the Esc key to return to the main menu.
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.                                 Page 3
  168.  
  169.                                 README
  170.  
  171.                 PC Magazine Labs Benchmarks Release 5.1
  172. ----------------------------------------------------------------------
  173.  
  174.  
  175.  
  176.                            PERFORMANCE MENU
  177.                            ----------------
  178.  
  179. The selections on this menu measure the performance capabilities of
  180. your machine. These are the indicators of the raw power of your
  181. machine.
  182.  
  183. The "Processor..." selection activates the Processor Performance Tests
  184. submenu. The following tests are available:
  185.  
  186.      Instruction Mix
  187.      128K NOP Loop
  188.      Do-nothing Loop
  189.      Integer Add
  190.      Integer Multiply
  191.      String Sort and Move
  192.      Prime Number Sieve
  193.      Floating Point Mix
  194.  
  195. Use the space bar to "check-off" the tests you wish to run and hit the
  196. Enter key. To abort hit the Esc key. Each of your chosen tests will be
  197. run and the results displayed.
  198.  
  199.  
  200.  
  201. The "Coprocessor" selection runs the math coprocessor test. The
  202. results are displayed at the completion of the test.
  203.  
  204.  
  205.  
  206. The "Disk..." selection activates the Disk Performance Tests submenu.
  207. The following tests are available:
  208.  
  209.      BIOS Disk Seek
  210.      DOS Disk Access
  211.      DOS File Access
  212.  
  213.  
  214.  
  215. The "Video..." selection activates the Video Performance Tests
  216. submenu. The following tests are available:
  217.  
  218.      Direct Screen Access
  219.      Teletype Without Scrolling
  220.      Teletype With Scrolling
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.                                 Page 4
  228.  
  229.                                 README
  230.  
  231.                 PC Magazine Labs Benchmarks Release 5.1
  232. ----------------------------------------------------------------------
  233.  
  234.  
  235.  
  236. The "Memory..." selection activates the Memory Performance Tests
  237. submenu. The following tests are available:
  238.  
  239.      Conventional Read
  240.      Conventional Write
  241.      Expanded Read
  242.      Expanded Write
  243.      Extended Read
  244.      Extended write
  245.  
  246.  
  247.  
  248.                           COMPATIBILITY MENU
  249.                           ------------------
  250.  
  251. The selections on this menu test the compatibility of a piece of
  252. hardware against a published specification. At this time there is only
  253. one choice on this menu.
  254.  
  255. The "VGA Hardware" selection is only valid if you have a VGA graphics
  256. device. It tests your VGA adapter against the IBM standard. Any
  257. deviations from the standard do not necessarily indicate a defective
  258. or unusable board. Many application programs do not use all the
  259. available features and may also contain code to correct for
  260. deficiencies in your particular device.
  261.  
  262.  
  263.  
  264.                              QUALITY MENU
  265.                              ------------
  266.  
  267. The selections on this menu represent tests which must be interpreted
  268. by the individual user. At this time there is only one choice on this
  269. menu.
  270.  
  271. The "EGA/VGA Monitor" selection allows you to display various test
  272. patterns on your EGA or VGA Monitor using different display modes. The
  273. results will depend on your tastes with respect to size of characters,
  274. text readability, brightness, and contract as well as color
  275. perception.
  276.  
  277.  
  278.  
  279.                                SET MENU
  280.                                --------
  281.  
  282. The "Enter info..." selection allows you to enter a name for the
  283. machine being tested. Up to 25 characters are available. The name you
  284. enter will appear on results screens as well as in the results file.
  285.  
  286.  
  287.                                 Page 5
  288.  
  289.                                 README
  290.  
  291.                 PC Magazine Labs Benchmarks Release 5.1
  292. ----------------------------------------------------------------------
  293.  
  294.  
  295.  
  296.                               HELP MENU
  297.                               ---------
  298.  
  299. The "Help" selection presents a menu of help topics. Select the topic
  300. to view and hit the Enter key. Hit the Enter key again to return to
  301. the menu.
  302.  
  303. The "Timer accuracy" selection allows you to test the accuracy of the
  304. internal system timer. By comparing the internal timer to an external
  305. time base, such as a stop watch, you can see if the results derived by
  306. the tests are valid for your machine. A correction factor is displayed
  307. to allow you to adjust for any inaccuracies in your timer.
  308.  
  309.  
  310.  
  311.                         DESCRIPTIONS OF TESTS
  312.                         ---------------------
  313.  
  314.  
  315.                      PROCESSOR PERFORMANCE TESTS
  316.  
  317. PLEASE NOTE: Since the execution speed of microcomputers is incredibly
  318. fast, the functions described in the Processor Performance Tests are
  319. performed many times in a loop to produce the published results. While
  320. the number of iterations varies from test to test, they are consistant
  321. within each test when testing different machines.
  322.  
  323.  
  324.  
  325.                            INSTRUCTION MIX
  326.                            ---------------
  327.  
  328. The Instruction Mix benchmark test times a series of tasks specific to
  329. the 8088, 80286, or 80386 chip. Since this test shows how the CPU
  330. operates in the context of the bus, processor, system memory, and
  331. motherboard architecture, a faster time means better overall computer
  332. performance.
  333.  
  334.  
  335.  
  336.                             128K NOP LOOP
  337.                             -------------
  338.  
  339. The 128K NOP Loop benchmark test times the execution of a loop
  340. containing 128K of NOP instructions.
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.                                 Page 6
  348.  
  349.                                 README
  350.  
  351.                 PC Magazine Labs Benchmarks Release 5.1
  352. ----------------------------------------------------------------------
  353.  
  354.  
  355.  
  356.                            DO-NOTHING LOOP
  357.                            ---------------
  358.  
  359. The Do-nothing Loop benchmark test times the execution of a loop
  360. containing one NOP instruction.
  361.  
  362.  
  363.  
  364.                              INTEGER ADD
  365.                              -----------
  366.  
  367. The Integer Add benchmark test times the execution of a loop
  368. containing an ADD instruction.
  369.  
  370.  
  371.  
  372.                            INTEGER MULTIPLY
  373.                            ----------------
  374.  
  375. The Integer Multiply benchmark test times the execution of a loop
  376. containing a IMUL instruction.
  377.  
  378.  
  379.  
  380.                          STRING SORT AND MOVE
  381.                          --------------------
  382.  
  383. The String Sort and Move benchmark test times the execution of a
  384. bubble sort performed on 200 random strings containing 16 characters
  385. each.
  386.  
  387.  
  388.  
  389.                           PRIME NUMBER SIEVE
  390.                           ------------------
  391.  
  392. The Prime Number Sieve benchmark test times the execution of a routine
  393. to find the prime numbers between 0 and 8190.
  394.  
  395.  
  396.                           FLOATING POINT MIX
  397.                           ------------------
  398.  
  399. The Floating Point Mix (also known as the Floating Point Calculation
  400. Without Coprocessor) benchmark test sets up a floating point emulation
  401. program in RAM and then exercises the processor and tests RAM access
  402. speeds during floating point calculations. The floating point
  403. processes performed are identical to those used in the Coprocessor
  404. Test.
  405.  
  406.  
  407.                                 Page 7
  408.  
  409.                                 README
  410.  
  411.                 PC Magazine Labs Benchmarks Release 5.1
  412. ----------------------------------------------------------------------
  413.  
  414.  
  415.  
  416.                     COPROCESSOR PERFORMANCE TESTS
  417.  
  418.                         COPROCESSOR SPEED TEST
  419.                         ----------------------
  420.  
  421. The Coprocessor Speed benchmark test exercises the coprocessor using
  422. the same floating point calculations used in the Floating Point Mix
  423. Test. In addition to testing the speed differences of coprocessors in
  424. different machines, the speed gained by using a coprocessor can be
  425. seen by comparing the two floating point tests on the same machine.
  426.  
  427.  
  428.  
  429.  
  430.                         DISK PERFORMANCE TESTS
  431.  
  432.                             BIOS DISK SEEK
  433.                             --------------
  434.  
  435. The BIOS Disk Seek benchmark test measures mechanical track-to-track
  436. disk drive access times. Fast times are helpful with programs such as
  437. databases, which often store and must later find data in many separate
  438. places on a drive. Both sequential and random access is tested.
  439.  
  440.  
  441.  
  442.                            DOS DISK ACCESS
  443.                            ---------------
  444.  
  445. The DOS Disk Access benchmark test measures the time necessary to
  446. perform 1000 read requests at random locations on the disk via DOS
  447. calls.
  448.  
  449.  
  450.  
  451.                            DOS FILE ACCESS
  452.                            ---------------
  453.  
  454. The DOS File Access (Small and Large Records) benchmark test times
  455. disk throughput as a result of mechanical disk drive speed, hard disk
  456. controller function, and bus speed. The test may be used to show the
  457. effects of disk caching by running both with and without a cache. Fast
  458. times for a particular record length are advantageous when working
  459. with an application that uses a similar record length.
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.                                 Page 8
  468.  
  469.                                 README
  470.  
  471.                 PC Magazine Labs Benchmarks Release 5.1
  472. ----------------------------------------------------------------------
  473.  
  474.  
  475.  
  476.                        VIDEO PERFORMANCE TESTS
  477.  
  478.                          DIRECT SCREEN ACCESS
  479.                          --------------------
  480.  
  481. The Direct Screen Access benchmark test times the writing of data
  482. directly into screen memory. Fast times are advantageous for
  483. application programs that bypass slower BIOS and DOS calls and write
  484. directly to the screen.
  485.  
  486.  
  487.  
  488.                       TELETYPE WITHOUT SCROLLING
  489.                       --------------------------
  490.  
  491. The Teletype Without Scrolling benchmark test times the writing of
  492. data to the screen using BIOS calls. Fast times are advantageous for
  493. programs that display large amounts of data in a non-scrolling
  494. fashion.
  495.  
  496.  
  497.  
  498.                        TELETYPE WITH SCROLLING
  499.                        -----------------------
  500.  
  501. The Teletype With Scrolling benchmark test times the writing of data
  502. to the screen using BIOS calls but adds the time necessary to scroll
  503. the entire screen up one line at a time once the screen is initially
  504. filled. This test writes the same amount of data as the non-scrolling
  505. test. The difference between the two times indicates the overhead
  506. attributable to scrolling the screen. Fast times are advantageous for
  507. application programs that frequently cause the screen to scroll.
  508.  
  509.  
  510.  
  511.  
  512.                        MEMORY PERFORMANCE TESTS
  513.                        ------------------------
  514.  
  515. The Memory Performance benchmark tests indicate the time needed to
  516. read and write data to conventional, expanded, and extended memory
  517. areas. Due to advances in the 80386 processor chip, the results
  518. obtained using the Extended Memory tests with this processor are not
  519. valid. The test uses the BIOS function for switching in and out of
  520. Protected Mode. The BIOS call is not commonly used to perform this
  521. function on a 386 machine.
  522.  
  523.  
  524.  
  525.  
  526.  
  527.                                 Page 9
  528.  
  529.                                 README
  530.  
  531.                 PC Magazine Labs Benchmarks Release 5.1
  532. ----------------------------------------------------------------------
  533.  
  534.  
  535.  
  536.                           PRINTER SPEED TEST
  537.                           ------------------
  538.  
  539. The Printer Speed benchmark test times the throughput of your printer
  540. by printing a typical two-page business letter. Because this is a
  541. throughput test, our results are almost always slower than the speeds
  542. claimed by manufacturers, who usually clock a one line "burst" speed.
  543.  
  544.  
  545.  
  546.  
  547.                         ADDITIONAL INFORMATION
  548.                         ----------------------
  549.  
  550. Additional information may be found accompanying reviews in PC
  551. Magazine. If you have any specific questions or suggestions, please
  552. send them along with your registration form or in a separate letter
  553. addressed to: PC Labs Benchmark Registration, 1 Park Avenue, New
  554. York, NY, 10016. PC MagNet is also an excellent source of information
  555. as well as a place to post questions.
  556.  
  557.  
  558.  
  559. Thank you for using the PC Labs Benchmark Series Release 5.1.
  560.  
  561.  
  562. Sincerely,
  563.  
  564. Frederic E. Davis
  565. Director, PC Labs
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.                                Page 10
  588.