summaryrefslogtreecommitdiff
path: root/benchmarks/run.scm
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/run.scm')
-rw-r--r--benchmarks/run.scm7
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")