Commit 6a3ec1b
committed
test(ab): allow ignoring specific metric with ignore list
Currently, if something matches the A/B-testing ignore list, then all
metrics emitted from a test with a dimension set that is a super set of
an ignored one is ignored. Refine this to allow only ignoring specific
metrics.
Realize this by synthesizing a fake dimension called 'metric' that
stores the metric.
This will later be used when we introduce block latency tests, as we
will want to A/B-test throughput but ignore latency in scenarios where
fio's async workload generator is used.
Signed-off-by: Patrick Roy <[email protected]>1 parent 5898e0e commit 6a3ec1b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments