Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tpcc fix #146

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Tpcc fix #146

wants to merge 5 commits into from

Conversation

Vassu05
Copy link

@Vassu05 Vassu05 commented Feb 19, 2024

Moved threads from Real to Virtual (Java 21)

@@ -67,6 +67,7 @@ public class CommandLineOptions {
COMMAND_LINE_OPTS.addOption(null, "merge-json-results", true, "Merge results from various json output files");
COMMAND_LINE_OPTS.addOption(null, "dir", true, "Directory containing the csv files");
COMMAND_LINE_OPTS.addOption(null, "vv", false, "Output verbose execute results");
COMMAND_LINE_OPTS.addOption("vt", "virtual-threads", true, "Use Virtual threads");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default value must be false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants