elastic / rally

Macrobenchmarking framework for Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare does not work with tracks with "metric" index names

gareth-ellis opened this issue · comments

In for example the elastic/logs track we produce metric names with the index in.

E.g .ds-logs-endpoint.events.file-default-2023.11.02-000001 process.name.text norms

This means that if we want to compare two runs that were run on different days, we cannot as they produce different

Doing so produces:
[ERROR] Cannot compare. '.ds-logs-endpoint.events.file-default-2023.11.01-000001'.

We should skip uncomparable metrics without erroring out.