mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 01:24:04 -08:00
Add benchmark for query using timestamp()
Signed-off-by: Charles Korn <charles.korn@grafana.com>
This commit is contained in:
parent
8d6690e86a
commit
8bdcad30a4
|
@ -186,6 +186,10 @@ func rangeQueryCases() []benchCase {
|
|||
expr: "count({__name__!=\"\",l=\"\"})",
|
||||
steps: 1,
|
||||
},
|
||||
// timestamp() function
|
||||
{
|
||||
expr: "timestamp(a_X)",
|
||||
},
|
||||
}
|
||||
|
||||
// X in an expr will be replaced by different metric sizes.
|
||||
|
|
Loading…
Reference in a new issue