Commit 44ad771
committed
test(perf): split block tests across two runners
This has two reasons:
- When adding block latency tests (e.g. duplicating all existing test
cases to also run with fio's sync workload generator), the runtime
will exceed 1 hour, which is the buildkite pipeline timeout)
- Having the sync and async cases in the same buildkite step means that
the A/B-testing framework will try to cross-correct between the sync
and async engine, but comparing results from these makes no sense
because they are completely disjoint code paths in firecracker and
the host kernel, so there is no reason to believe that their
regressions should be correlated.
Signed-off-by: Patrick Roy <[email protected]>1 parent f01e16b commit 44ad771
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments