From cee48d76222d1d7efa9cd2348b5567dc5223b1f4 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Tue, 19 Feb 2013 22:58:41 -0800 Subject: [PATCH] blah --- src/clojure_template_benchmarks/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clojure_template_benchmarks/core.clj b/src/clojure_template_benchmarks/core.clj index beaff70..1eed3de 100644 --- a/src/clojure_template_benchmarks/core.clj +++ b/src/clojure_template_benchmarks/core.clj @@ -97,7 +97,7 @@ (println "\n --- \n") (with-progress-reporting (quick-bench (list-str 1000))) (println "\n --- \n") - + (println "\n\n ***** hiccup benchmarks ***** \n\n") (with-progress-reporting (quick-bench (simple-hiccup))) (println "\n --- \n")