Skip to content

Commit eb98c6e

Browse files
committed
add forgotten option --vt/--vertual-threads
1 parent 6266205 commit eb98c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/java/com/oltpbenchmark/DBWorkload.java

+1
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ private static Options buildOptions(XMLConfiguration pluginConfig) {
503503
options.addOption("d", "directory", true, "Base directory for the result files, default is current directory");
504504
options.addOption(null, "dialects-export", true, "Export benchmark SQL to a dialects file");
505505
options.addOption("jh", "json-histograms", true, "Export histograms to JSON file");
506+
options.addOption("vt", "virtual-threads", true, "Use virtual threads instead of real threads");
506507
return options;
507508
}
508509

0 commit comments

Comments
 (0)