racket/collects/tests/racket/benchmarks
Matthew Flatt f4c1d9da06 adjust psyntax benchmark
The psyntax implementation relies on 3-D syntax like
   (let ([s (string #\i)])
     (eq? s (eval `',s)))
producing true, or maybe
   (let ([s1 (string #\i)]
         [s2 (string #\i)])
     (eval `(eq? ',s1 ',s2)))
producing false, or probably both. Neither works now
in Racket. Hack around the problem well enough for
benchmarking purposes by using numbers in place of
strings.
2011-11-22 18:12:28 -07:00
..
common adjust psyntax benchmark 2011-11-22 18:12:28 -07:00
mz A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
places ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
rx ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
shootout Use unsafe-vector* instead of unsafe-vector in a few benchmarks. 2011-10-06 18:17:45 -04:00