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

BDN benchmark for custom operations. #750

Merged
merged 5 commits into from
Oct 25, 2024
Merged

Conversation

yrajas
Copy link
Contributor

@yrajas yrajas commented Oct 24, 2024

Benchmark for all custom operations

  • Added custom procedure benchmark
  • Added custom raw string command benchmark
  • Moved custom object command and custom transaction from ObjectOperations to CustomOperations

main

Method Params Mean Error StdDev Allocated
CustomProcSet None 70.30 us 1.117 us 0.933 us -
Method Params Mean Error StdDev Gen0 Allocated
MyDictSetGet None 120.8 us 2.39 us 2.94 us 0.2441 23.44 KB

main's CustomProcSet maps to PR's CustomTransaction
main's MyDictSetGet maps to PR's CustomObjectCommand

PR

Method Params Mean Error StdDev Median Gen0 Allocated
CustomRawStringCommand None 30.80 us 0.484 us 0.429 us 30.82 us - -
CustomObjectCommand None 124.61 us 2.441 us 3.654 us 124.42 us 0.2441 24000 B
CustomTransaction None 73.31 us 1.456 us 1.495 us 73.54 us - -
CustomProcedure None 57.40 us 1.127 us 1.206 us 57.22 us - -

@yrajas yrajas marked this pull request as ready for review October 25, 2024 04:57
@yrajas yrajas merged commit c580f22 into microsoft:main Oct 25, 2024
15 checks passed
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