==========================================================================| | LISP Benchmark Tools for AutoLISP compatible CAD systems | |(c) 2012 Torsten Moses | Torsten_Moses@LayerManager.com | t.moses@gmx.de | | | | <<< Freeware as long as copyright notes are unchanged >>> | |=========================================================================| I. Requirements : ----------------- only add a "Support Path" for "LispBenchmark" folder to CAD system Search / Support Path configuration II. Running the LispBenchmark(s) : ---------------------------------- there are 2 possible ways to run the benchmark(s) - using "Bench.lsp" main Lisp file - using individual benchmark Lisp files 1. using "Bench.lsp" - simply load that Lisp file (Drag & Drop, APPLOAD etc.) -> a number of commands are reported in commandline like BENCH, BENCHS, BENCHSV 2. using individual benchmark files - located in sub-folder "./Benches", there are benchmark Lisp files sorted by function group; each benchmark file tests 1 dedicated Lisp API function; -> simply drag & drop the desired benchmark file into the CAD system, or use APPLOAD or use (load "xxx.lsp") (on AutoCAD, only the drawing window accepts dropped Lisp files; on Bricscad, text / commandline window also accepts dropped Lisp files) -> each benchmark Lisp file contains a C:RUN command, enter RUN to start Note : all the commands defined by Bench.lsp also save a log file for the benchmark, located under "./BenchLogs" folder; the log filename also contains the platform and benchmark command Enjoy !