home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / Mathtrans / StartBenchMark < prev    next >
Text File  |  1990-02-12  |  602b  |  14 lines

  1. echo "No program using the mathtrans.library should have run before"
  2. echo "this benchmark !!"
  3. echo "If so, you will compare the performance of two equal libraries !!"
  4. echo ""
  5. echo "If no old-trans.library is found, see the ReadMe.fnf file."
  6. echo ""
  7. list mathtrans.library            ; Verify what new lib we are using
  8. list old-trans.library            ; Verify what old lib we are using
  9. assign savelibs: libs:            ; Save old assignment of libs:
  10. assign libs: ""                ; Assign libs: to local copy
  11. BenchMark                ; Show, how fast we are
  12. assign libs: savelibs:            ; Reassign libs:
  13. assign savelibs:            ; Discard temporary assignment
  14.