We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a072c4 commit b9acdbfCopy full SHA for b9acdbf
1 file changed
benchmarks/src/hj.rs
@@ -36,15 +36,15 @@ use futures::StreamExt;
36
#[derive(Debug, StructOpt, Clone)]
37
#[structopt(verbatim_doc_comment)]
38
pub struct RunOpt {
39
- /// Query number (between 1 and 20). If not specified, runs all queries
+ /// Query number. If not specified, runs all queries
40
#[structopt(short, long)]
41
query: Option<usize>,
42
43
/// Common options (iterations, batch size, target_partitions, etc.)
44
#[structopt(flatten)]
45
common: CommonOpt,
46
47
- /// Path to TPC-H data (required for TPC-H queries)
+ /// Path to TPC-H SF10 data
48
#[structopt(parse(from_os_str), short = "p", long = "path")]
49
path: Option<PathBuf>,
50
0 commit comments