Bug 1619269 - Enable alerts for jsshell-bench tests r=perftest-reviewers,davehunt

Differential Revision: https://phabricator.services.mozilla.com/D85748
This commit is contained in:
Florin Strugariu 2020-08-03 14:45:37 +00:00
Родитель c8319be878
Коммит 40210bc1d1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@ with `ac_add_options --enable-js-shell` or specify it with `--binary`.
class Benchmark(object):
__metaclass__ = ABCMeta
lower_is_better = True
should_alert = False
should_alert = True
def __init__(self, shell, args=None, shell_name=None):
self.shell = shell