Skip to content

Commit 160526b

Browse files
Merge pull request #432 from corporate-gadfly/average-footprint
reduce average footprint by 20 (upper and lower bound)
2 parents 083147a + 1928f15 commit 160526b

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
@@ -81,7 +81,7 @@
8181
total-footprint (reduce + footprints)
8282
avg-footprint (quot total-footprint (count resources))]
8383
(is (= 100 (count resources)))
84-
(is (< 400 avg-footprint 600))
84+
(is (< 380 avg-footprint 580))
8585
(is (< 40000 total-footprint 60000))))
8686

8787
(deftest add-blob-test

0 commit comments

Comments
 (0)