зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c8319be878
Коммит
40210bc1d1
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче