Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Dec 18, 2023
1 parent 570603c commit 0475f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/scripts/hash-speed.venice
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
samples))]
(as-> (map #(run % algorithms) samples) data
(m/transpose data)
(map vector sections data)
(map vector sections data) ;; insert section column at col 0
(map #(cons (first %) (second %)) data)
(ascii-table/render columns data :bold-no-data 1)
(println data)))))

0 comments on commit 0475f61

Please sign in to comment.