racket/collects/tests/mzscheme/benchmarks/mz/ssax.scm
Sam Tobin-Hochstadt 7a77367040 Fix drdr props.
Fix the ttt tests (which I don't think have been run in years).
Fix the lists shootout benchmark to use mpairs.
Fix the regexmatch shootout benchmark, although it still needs input.
Require a current version of ssax, so that it compiles.
Fix finding the collections path.

svn: r16654
2009-11-10 15:41:32 +00:00

9 lines
261 B
Scheme

(require (planet "ssax.ss" ("lizorkin" "ssax.plt" 2)))
(collect-garbage)
(time (void (ssax:xml->sxml
(open-input-file (build-path
(current-load-relative-directory)
"input.xml"))
null)))