Bug 1690746 - Migrate ARES6 - fix r=perftest-reviewers,Bebe

Please leave the landing to the author of the patch!
Latest build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e3aa1b7f74d905e8565b4afb2f62dc7b984381da

Differential Revision: https://phabricator.services.mozilla.com/D106929
This commit is contained in:
Alex Ionescu 2021-03-25 12:29:05 +00:00
Родитель 38e2e15223
Коммит 866eb1e826
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -248,6 +248,7 @@ class Driver {
var _data = ['raptor-benchmark', 'ares6', measuredValuesByFullName];
console.log('ares6 source is about to post results to the raptor webext');
window.postMessage(_data, '*');
window.sessionStorage.setItem('benchmark_results', JSON.stringify(_data));
}
}