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")