Fix graph-parser lint

Also bump property perf for db-graph as it's a little slower but
still within reasonable range
This commit is contained in:
Gabriel Horner
2023-08-01 16:48:35 -04:00
parent 991c0994e5
commit e85557bacd
3 changed files with 2 additions and 12 deletions

View File

@@ -156,7 +156,7 @@ prop-d:: nada"}])
(util/with-time (dsl-query "(and (property tags tag1) (property tags tag2))"))]
;; Specific number isn't as important as ensuring query doesn't take orders
;; of magnitude longer
(is (> 25.0 time) "multi property query perf is reasonable")
(is (> 40.0 time) "multi property query perf is reasonable")
(is (= 10 (count result)))))
(defn- page-property-queries-test