-
Notifications
You must be signed in to change notification settings - Fork 3
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
Performance improvement by removing WaitUntilReady from individual operation #14
Comments
Thanks for the findings @Amar-C, I will make it optional. |
Hi @thotasrinath |
Hi @sharathjag, I am comfortable with SG timezone. Let me know when you would like to connect. |
Thanks @thotasrinath I will send an invite your way. Is there a way to reach out to you? Also opened: #17 |
Thanks, I can connect through teams. Please send me an invite on [email protected] |
@thotasrinath As the PR is merged can you help create a new release for it? |
Sure @Amar-C, Can help to update readme according to the changes please. |
Yup, Sharath updated the README. Could you please create a new tag? I can do it but not sure which CPU are you building the binary for? |
Please go ahead and create. I am at my home town with limited access.
Thanks,
Srinath
…________________________________
From: Amar-C ***@***.***>
Sent: Thursday, October 24, 2024 10:27:44 PM
To: thotasrinath/xk6-couchbase ***@***.***>
Cc: Srinath Thota ***@***.***>; Mention ***@***.***>
Subject: Re: [thotasrinath/xk6-couchbase] Performance improvement by removing WaitUntilReady from individual operation (Issue #14)
Sure @Amar-C<https://github.com/Amar-C>, Can help to update readme according to the changes please.
Yup, Sharath updated the README. Could you please create a new tag? I can do it but not sure which CPU are you building the binary for?
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABFRP6ICYN4BIILSG5ZE7J3Z5ERIRAVCNFSM6AAAAABNS74VS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZVG44TGNZTGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
https://github.com/thotasrinath/xk6-couchbase/releases/tag/v0.0.9 should have the improvements |
Hi,
Looks like
WaitUntilReady
is called from individual operations. Do we need to call it before every operation? Can we just call it during initial connection setup? If we remove this from individual operation, we can gain ~15% more performance from this plugin (internal testing results)The text was updated successfully, but these errors were encountered: