We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358077c commit 2f7a4b3Copy full SHA for 2f7a4b3
1 file changed
bench/src/datascript_bench/datascript.cljc
@@ -122,15 +122,15 @@
122
123
(defn ^:export qpred1 []
124
(core/bench
125
- (q3/q '[:find ?e ?s
+ (d/q '[:find ?e ?s
126
:where [?e :salary ?s]
127
[(> ?s 50000)]]
128
db100k)))
129
130
131
(defn ^:export qpred2 []
132
133
134
:in $ ?min_s
135
136
[(> ?s ?min_s)]]
0 commit comments