From 8265573e14182ee7fd95d78e9c04c435486be9dc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 25 Nov 2024 12:28:35 -0800 Subject: [Fuzzing] Maximize fuzzing of CompareVMs (#7113) This increases our testing of V8, and helps find bugs where we are different than V8. --- scripts/fuzz_opt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index d6a392129..299403837 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -801,7 +801,7 @@ class FuzzExec(TestCaseHandler): class CompareVMs(TestCaseHandler): - frequency = 0.66 + frequency = 1 def __init__(self): super(CompareVMs, self).__init__() -- cgit v1.2.3