tailscale/metrics
Josh Bleecher Snyder 94fb42d4b2 all: use testingutil.MinAllocsPerRun
There are a few remaining uses of testing.AllocsPerRun:
Two in which we only log the number of allocations,
and one in which dynamically calculate the allocations
target based on a different AllocsPerRun run.

This also allows us to tighten the "no allocs"
test in wgengine/filter.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-10-28 12:48:37 -07:00
..
fds_linux.go metrics: use SYS_OPENAT 2021-09-02 15:28:19 -07:00
fds_notlinux.go metrics: move currentFDs code to the metrics package 2021-09-02 11:14:14 -07:00
metrics.go metrics: move currentFDs code to the metrics package 2021-09-02 11:14:14 -07:00
metrics_test.go all: use testingutil.MinAllocsPerRun 2021-10-28 12:48:37 -07:00