home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / benchmrk / drystone / read.me < prev    next >
Encoding:
Text File  |  1990-07-19  |  1.1 KB  |  28 lines

  1. 90-07-18, rgf, wu-vienna
  2.  
  3. The enclosed DHRYSTONE-benchmark was received by E-mail and was compiled for
  4. DOS and OS/2 V1.1 as a family application. This was done in order to get at
  5. least some hints on performance issues of PC's running OS/2.
  6.  
  7. As the results differ depending on compiler optimization I chose to use
  8. maximum optimization and utilized the small memory model.
  9.  
  10. It is funny to see what dhrystones were achieved a couple of years ago, so
  11. take a look into the "DRY.C" header comments...
  12.  
  13. In order to test a little bit the multitasking abilities of OS/2 there are
  14. some batch-files provided which detach two or five dhrystones and then
  15. waits until all of them finished (SCHLAF.EXE can be renamed to SLEEP.EXE and
  16. uses DosSleep to wait the given time).  If you add the dhrystones and the
  17. multitasking is smooth you should end up with the same number of dhrystones as
  18. for a single foreground dhrystone.
  19.  
  20.    DRYR.EXE .... dhrystone with register variables
  21.    DRYNR.EXE ... dhrystone whith no register variables
  22.  
  23. Have fun - any comments appreciated...
  24.  
  25. ---rony
  26.  
  27. P.S.: to compile with MSC: "make dry" and "make schlaf"
  28.