Commit 02d0b14f authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Add more comparison configs for regexp

NOTRY=true

Change-Id: Icb4c3a1a544331baab5d6637daa12bea87044715
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1829268
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64038}
parent f5bee002
......@@ -42,6 +42,7 @@ class ConfigTest(unittest.TestCase):
'--second-config=ignition_turbo',
'--second-d8=d8',
'--second-config-extra-flags=--stress-scavenge=100',
'--second-config-extra-flags=--no-regexp-tier-up',
],
v8_fuzz_config.Config('foo', Rng(), 42).choose_foozzie_flags(),
)
......
......@@ -38,6 +38,10 @@ ADDITIONAL_FLAGS = [
(0.01, '--thread-pool-size=8'),
(0.1, '--interrupt-budget=1000'),
(0.25, '--future'),
(0.2, '--no-regexp-tier-up'),
(0.1, '--regexp-interpret-all'),
(0.1, '--regexp-tier-up-ticks=10'),
(0.1, '--regexp-tier-up-ticks=100'),
]
class Config(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment