Skip to content
Snippets Groups Projects
Commit 5b1d519b authored by Patrick Lam's avatar Patrick Lam
Browse files

add arg for num-threads

parent a430082c
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ struct Args {
#[arg(long,require_equals=true,num_args=0..=1,default_missing_value_os="true")]
single_map: Option<bool>,
#[arg(long,default_value="8")]
num_threads: Option<u32>,
}
#[test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment