mirror of https://github.com/prometheus/prometheus
promql: add avg aggregation benchmark
Signed-off-by: beorn7 <beorn@grafana.com>pull/14413/head
parent
44d8c1d182
commit
b5b04ddbe3
|
@ -165,6 +165,9 @@ func rangeQueryCases() []benchCase {
|
|||
{
|
||||
expr: "sum(a_X)",
|
||||
},
|
||||
{
|
||||
expr: "avg(a_X)",
|
||||
},
|
||||
{
|
||||
expr: "sum without (l)(h_X)",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue