8000 comment · vercel/next.js@2ed6679 · GitHub
[go: up one dir, main page]

Skip to 10000 content

Commit 2ed6679

Browse files
committed
comment
1 parent 9ba3017 commit 2ed6679

File tree

1 file changed

+2
-1
lines changed
  • turbopack/crates/turbo-tasks-backend/fuzz/fuzz_targets

1 file changed

+2
-1
lines changed

turbopack/crates/turbo-tasks-backend/fuzz/fuzz_targets/graph.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ mod graph;
1010

1111
// Run with:
1212
// cd turbopack/crates/turbo-tasks-backend
13-
// cargo fuzz run fuzz_graph
13+
// cargo fuzz run fuzz_graph -- -timeout=3 -print_pcs=1 -print_funcs=999999 -print_final_stats=1
14+
// add --jobs=6 -workers=6 for parallel fuzzing
1415

1516
fuzz_target!(init: { register(); init(); }, |data: Vec<TaskSpec>| {
1617
graph::run(data);

0 commit comments

Comments
 (0)
0