Skip to content

Commit a3b61cf

Browse files
author
MarcoFalke
committed
Merge #18509: fuzz: Avoid running over all inputs after merging them
facc332 fuzz: Avoid running over all inputs after merging them (MarcoFalke) Pull request description: This cuts the time it takes to merge inputs by half ACKs for top commit: practicalswift: ACK facc332 Tree-SHA512: bb22992c463dd985d3b1e9b8908c591d0c8e620c38eba0a932d880f87133bfe4ca2036b166c4f79b92ddf7940f56c044e9cb8cc50309c74204df122b369c167d
2 parents 4839560 + facc332 commit a3b61cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def main():
131131
build_dir=config["environment"]["BUILDDIR"],
132132
merge_dir=args.m_dir,
133133
)
134+
return
134135

135136
run_once(
136137
corpus=args.seed_dir,

0 commit comments

Comments
 (0)