home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d03xx
/
d0319.lha
/
Mathtrans
/
StartBenchMark
< prev
next >
Wrap
Text File
|
1990-02-12
|
602b
|
14 lines
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