promql: add avg aggregation benchmark

Signed-off-by: beorn7 <beorn@grafana.com>
pull/14413/head
beorn7 2024-07-04 18:58:41 +02:00
parent 44d8c1d182
commit b5b04ddbe3
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ func rangeQueryCases() []benchCase {
{
expr: "sum(a_X)",
},
{
expr: "avg(a_X)",
},
{
expr: "sum without (l)(h_X)",
},