1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
2010-06-10 Sam Steingold <sds@gnu.org>
* run-all.lisp (*here*): add
(file, benchmarks-run): use it to allow running from outside of
the benchmarks directory
(benchmarks-run): save data in a pretty format
(with-file): save file name, not the whole file, in *CUR-STAT*
2002-08-14 Sam Steingold <sds@gnu.org>
* run-all.lisp (benchmarks): when *BENCHMARK-TYPE* is nil, read
and compare saved benchmarks
(read-file, benchmarks-run): extracted from BENCHMARKS
2002-08-14 Sam Steingold <sds@gnu.org>
* run-all.lisp (*scale*): use BOGOMIPS only with #+SYSCALLS
2002-08-11 Sam Steingold <sds@gnu.org>
compare benchmarks for different implementations
* run-all.lisp (*old-stat*): new parameter
(stamp, percent): new functions
(benchmarks): do the comparison and save stats readably
(comp-benchmarks, eval-benchmarks): subsumed into BENCHMARKS
* Makefile: modified accordingly
2002-08-11 Sam Steingold <sds@gnu.org>
* fft.lisp (fft): removed unused variable nm1
* tprint.lisp (tprint-test): accept optional argument repeat
and do output to a temp file (which is removed immediately)
2002-08-09 Sam Steingold <sds@gnu.org>
Initial check-in with the new interface
|