File: increase-heap-memory-overhead-threshold.patch

package info (click to toggle)
golang-github-ozeidan-fuzzy-patricia 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: increase the allowed memory overhead threshold for tests
 The test shows a minor memory leak that is apprently to be expected.
Author: Ananthu C V <weepingclown@debian.org>
Last-Update: 2025-04-11
--- a/patricia/patricia_dense_test.go
+++ b/patricia/patricia_dense_test.go
@@ -18,3 +18,3 @@
 // (to avoid failing tests on insignificant growth amounts)
-const overhead = 4000
+const overhead = 50000