Skip to content

Commit

Permalink
add forgotten option --vt/--virtual-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
eivanov89 committed Dec 14, 2023
1 parent 6266205 commit bb2136f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/oltpbenchmark/DBWorkload.java
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ private static Options buildOptions(XMLConfiguration pluginConfig) {
options.addOption("d", "directory", true, "Base directory for the result files, default is current directory");
options.addOption(null, "dialects-export", true, "Export benchmark SQL to a dialects file");
options.addOption("jh", "json-histograms", true, "Export histograms to JSON file");
options.addOption("vt", "virtual-threads", true, "Use virtual threads instead of real threads");
return options;
}

Expand Down

0 comments on commit bb2136f

Please sign in to comment.