8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba3017 commit 2ed6679Copy full SHA for 2ed6679
turbopack/crates/turbo-tasks-backend/fuzz/fuzz_targets/graph.rs
@@ -10,7 +10,8 @@ mod graph;
10
11
// Run with:
12
// cd turbopack/crates/turbo-tasks-backend
13
-// cargo fuzz run fuzz_graph
+// 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
15
16
fuzz_target!(init: { register(); init(); }, |data: Vec<TaskSpec>| {
17
graph::run(data);
0 commit comments