Remove axe artifacts that we sneak into extras

This commit is contained in:
soulgalore 2019-12-05 12:21:00 +01:00
parent 77c6a6d520
commit a25d58b7b8
1 changed files with 4 additions and 0 deletions

View File

@ -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) {