mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-23 05:21:28 +02:00
This allocates memory for all the returned values, which skews the result. We aren't trying to benchmark `ExpandPostings`, so just step through all the values without storing them to consume them. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>