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:
Alex Ionescu 2021-09-23 12:45:56 +00:00
Родитель 6a95011637
Коммит 918690452d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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.");