Address PR feedback: clarify comment

Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
Charles Korn 2023-08-02 11:48:17 +10:00
parent 145d7457fe
commit d396282941
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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)",
},