Skip to content

Commit 2e70b2e

Browse files
Merge pull request #443 from corporate-gadfly/average-footprint
reduce total footprint by 2000 (upper/lower bound) - no backport to 8.x
2 parents d1da598 + b983cf8 commit 2e70b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/puppetlabs/puppetdb/cli/generate_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
avg-footprint (quot total-footprint (count resources))]
8383
(is (= 100 (count resources)))
8484
(is (< 380 avg-footprint 580))
85-
(is (< 40000 total-footprint 60000))))
85+
(is (< 38000 total-footprint 58000))))
8686

8787
(deftest add-blob-test
8888
(let [catalog (generate/generate-catalog "host-1" {:num-classes 2 :num-resources 10 :title-size 20 :resource-size 200 :additional-edge-percent 50})

0 commit comments

Comments
 (0)