Skip to content

Commit

Permalink
Fix markers in bench REPL session
Browse files Browse the repository at this point in the history
  • Loading branch information
eerohele committed Nov 25, 2023
1 parent 1fa14fe commit 499d7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repl/bench/pp.repl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(quick-bench
(binding [*out* null-writer] (fipp/pprint numbers {:width 72})))

'tutkain.impl.pprint/pprint
'me.flowthing.pp/pprint
(quick-bench
(pp/pprint null-writer numbers {:max-width 72}))

Expand All @@ -54,7 +54,7 @@
(quick-bench
(binding [*out* null-writer] (fipp/pprint code {:width 72})))

'tutkain.impl.pprint/pprint
'me.flowthing.pp/pprint
(quick-bench
(pp/pprint null-writer code {:max-width 72}))

Expand Down

0 comments on commit 499d7fc

Please sign in to comment.