
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
9 lines
261 B
Scheme
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)))
|