Skip to content

Adding script to test performance of local dbpa agent#214

Merged
avalerio-tkd merged 5 commits intomainfrom
av_performance_script_037
Feb 4, 2026
Merged

Adding script to test performance of local dbpa agent#214
avalerio-tkd merged 5 commits intomainfrom
av_performance_script_037

Conversation

@avalerio-tkd
Copy link
Collaborator

No description provided.

("h,help", "Display this help message");

try {
auto result = options.parse(argc, argv);
Copy link
Collaborator

Choose a reason for hiding this comment

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

confusing variable name :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated. Thanks :)

Comment on lines +137 to +138
int32_t max_definition_level = 1,
int32_t max_repetition_level = 0,
Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure if it matters, but defaults here are different than for V1

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks. Doesn't matter, updated for consistency. This was inherited from the previous incarnation of the test.

std::optional<int> datatype_length,
std::optional<std::map<std::string, std::string>> column_encryption_metadata = std::nullopt) {
std::string app_context = R"({"user_id": "demo_user_123"})";
auto agent = std::make_unique<LocalDataBatchProtectionAgent>();
Copy link
Collaborator

Choose a reason for hiding this comment

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

love this. we're skipping the DLL loading. nice.

@avalerio-tkd
Copy link
Collaborator Author

@argmarco-tkd could you PTAL?

Copy link
Collaborator

@argmarco-tkd argmarco-tkd left a comment

Choose a reason for hiding this comment

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

LGTM - thanks!

@avalerio-tkd
Copy link
Collaborator Author

avalerio-tkd commented Feb 4, 2026

Made an inconsequential update to dbpa_remote_testapp.cpp to make data_page creation params consistent.

Gonna merge as-is, not worth doing another review just for that. But if you want to discuss that, sure let me know.

@avalerio-tkd avalerio-tkd merged commit c5c501e into main Feb 4, 2026
2 checks passed
@avalerio-tkd avalerio-tkd deleted the av_performance_script_037 branch February 4, 2026 03:46
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.

2 participants