diff --git a/scripts/benchmarks.clj b/scripts/benchmarks.clj index 0709b63..e17c90d 100644 --- a/scripts/benchmarks.clj +++ b/scripts/benchmarks.clj @@ -72,6 +72,7 @@ p (comp-paths :a :b :c)] (run-benchmark "get value in nested map" 2500000 (select-any [:a :b :c] data) + (select-any (keypath :a :b :c) data) (select-one [:a :b :c] data) (select-first [:a :b :c] data) (select-one! [:a :b :c] data)