home *** CD-ROM | disk | FTP | other *** search
- echo "No program using the mathtrans.library should have run before"
- echo "this benchmark !!"
- echo "If so, you will compare the performance of two equal libraries !!"
- echo ""
- echo "If no old-trans.library is found, see the ReadMe.fnf file."
- echo ""
- list mathtrans.library ; Verify what new lib we are using
- list old-trans.library ; Verify what old lib we are using
- assign savelibs: libs: ; Save old assignment of libs:
- assign libs: "" ; Assign libs: to local copy
- BenchMark ; Show, how fast we are
- assign libs: savelibs: ; Reassign libs:
- assign savelibs: ; Discard temporary assignment
-