diff --git a/promql/bench_test.go b/promql/bench_test.go index fb5f3a06d..c6a528f7b 100644 --- a/promql/bench_test.go +++ b/promql/bench_test.go @@ -186,7 +186,7 @@ func rangeQueryCases() []benchCase { expr: "count({__name__!=\"\",l=\"\"})", steps: 1, }, - // timestamp() function + // Functions which have special handling inside eval() { expr: "timestamp(a_X)", },