mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-09 12:51:02 +01: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>