Skip to content

Commit 44c33a4

Browse files
marjakhV8-internal LUCI CQ
authored andcommitted
[turbolev] Increase the probability of --turbolev
Change-Id: I28783d963f1ac4678f2e2cdd170f9a8c5182e299 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9091116 Commit-Queue: Marja Hölttä <marja@chromium.org> Reviewed-by: Michael Achenbach <machenbach@google.com>
1 parent 62fcae9 commit 44c33a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Fuzzilli/Profiles/V8CommonProfile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ public func v8ProcessArgs(randomize: Bool, forSandbox: Bool) -> [String] {
967967
args.append("--turboshaft-typed-optimizations")
968968
}
969969

970-
if probability(0.5) {
970+
if probability(0.7) {
971971
args.append("--turbolev")
972972
if probability(0.82) {
973973
args.append("--turbolev-future")

0 commit comments

Comments
 (0)