home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zdbench.zip / WHATS.NEW < prev    next >
Text File  |  1992-07-15  |  3KB  |  65 lines

  1. New features of ZD Bench 1.1
  2.  
  3. Program Design
  4.  
  5.      The program design of Bench 1.1 is now object-oriented.
  6. Thanks to their use of Borland C++ and Assembler test
  7. routines, the tests are modular and can be utilized with
  8. different user interface programs. The Zinc Interface and
  9. Codebase ++ database libraries are the main libraries used
  10. in this iteration of the ZD Labs benchmarks. All told, there
  11. are over 100,000 lines of code in Bench 1.1
  12.  
  13. User Interface
  14.  
  15.      The user interface for Bench 1.1 now supports VGA and
  16. EGA graphics as well as text mode displays. The program
  17. automatically determines the display adapter and mode of the
  18. system in which it's running and adjusts itself accordingly.
  19. Mouse support, drop down menus, windows and graphs are all
  20. features of the Bench 1.1 user interface. (Note: if Bench
  21. 1.1 does not detect an EGA or VGA adapter, it defaults to
  22. text mode. Graphics tests are not available in text mode nor
  23. is graphing of results possible in text mode.)
  24.  
  25. Internal Database
  26.  
  27.      A database engine is now an integral part of Bench 1.1.
  28. This engine keeps track of both tests and test results. All
  29. results can be logged to the database and recalled later for
  30. modifications and/or additions.  This also allows them to be
  31. used for comparison against other machines.  Though
  32. the results are automatically saved to .DBF (dBASE format)
  33. files, they can alternatively be saved to ASCII files and 
  34. printed out. 
  35.  
  36. Modular Test Design
  37.  
  38.      Because of the modular test design, tests are loaded
  39. and unloaded from memory as needed. This means that the
  40. number of tests supported by the program is limited by disk
  41. space instead of memory.
  42.  
  43. New Test Metrics
  44.  
  45.      Bench 1.1 now measures performance as throughput rather
  46. than  elapsed  time.  Results  are  expressed  as 
  47. operations/second, kilobytes/second, characters/second or
  48. pixels/second as appropriate (except for the disk access
  49. tests).  Every test runs for a minimum of 10 seconds. This
  50. ensures a high degree of accuracy in the results (+- 1%).
  51.  
  52. New Tests
  53.  
  54.      To better measure the performance of today's graphics
  55. adapters, we have enhanced the existing text mode tests and
  56. added several new EGA/VGA register-level graphics tests.
  57. These tests help to determine whether the graphics adapter
  58. is set to run in 8- or 16-bit mode as well as measuring the
  59. graphical performance of these adapters.  Designed for ZD
  60. Labs by Spirit of Performance Inc. (73 Westcott Road,
  61. Harvard Ma. 01451), these tests perform graphics fills and
  62. Bitblts (bit block transfers) -- two of the most common
  63. functions for graphics adapters.
  64. 
  65.