Remove axe artifacts that we sneak into extras
This commit is contained in:
parent
77c6a6d520
commit
a25d58b7b8
|
|
@ -253,6 +253,10 @@ module.exports = {
|
|||
iteration: runIndex + 1
|
||||
})
|
||||
);
|
||||
// Another hack: Browsertime automatically creates statistics for alla data in extras
|
||||
// but we don't really need that for AXE.
|
||||
delete result[resultIndex].extras[runIndex].axe;
|
||||
delete result[resultIndex].statistics.extras.axe;
|
||||
}
|
||||
}
|
||||
if (result[resultIndex].cpu) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue