diff options
author | Peter Bex <peter@more-magic.net> | 2018-06-22 22:22:24 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2018-06-22 22:22:24 +0200 |
commit | 90a1f7d47525cfffe928e9a89becf622bd85a8a1 (patch) | |
tree | ef5043b60d49425f702fd154ee3ba1088a68677c /benchmarks/run.scm | |
download | intarweb-90a1f7d47525cfffe928e9a89becf622bd85a8a1.tar.gz |
Initial CHICKEN 5 port of intarweb 1.72.0
Diffstat (limited to 'benchmarks/run.scm')
-rw-r--r-- | benchmarks/run.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/run.scm b/benchmarks/run.scm new file mode 100644 index 0000000..c7d45c8 --- /dev/null +++ b/benchmarks/run.scm @@ -0,0 +1,7 @@ +(print "Unparsers:") +(print "==========\n") +(load "unparsers") + +(print "\nParsers:") +(print "==========\n") +(load "parsers") |