Skip to content

Commit

Permalink
fixed dev
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Feb 20, 2024
1 parent 103f3d7 commit dd61c16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,12 @@
(println "Enlive Item HTML")
(println "-------------------------------------")
(bench (enlive-page-item-html data))
(println)
(println "Enlive Item Template")
(println "-------------------------------------")
(bench (enlive-page-item-template data))
(println)))))

(defn gen-bench-all
[data]
(gen-bench-chassis data)
(gen-bench-chassis-write-html data)
(gen-bench-hiccup data)
(gen-bench-selmer data)
(gen-bench-enlive data))
Expand Down

0 comments on commit dd61c16

Please sign in to comment.