зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1669100 - Add more logging to benchmark script r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D126498
This commit is contained in:
Родитель
6a95011637
Коммит
918690452d
|
@ -71,6 +71,9 @@ module.exports = async function(context, commands) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
ret = true;
|
ret = true;
|
||||||
|
} else {
|
||||||
|
context.log.error("No data collected from benchmark.");
|
||||||
|
ret = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
context.log.info("Browsertime benchmark ended.");
|
context.log.info("Browsertime benchmark ended.");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче