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

Bigtable latency testing with retry changes in Gapic layer #1363

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2023

  1. Try new version of google-gax

    Try this experiment and see what the conformance test results deliver.
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    536b26d View commit details
    Browse the repository at this point in the history
  2. Add console.time messages

    Add messages to capture the time of the call.
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6287c99 View commit details
    Browse the repository at this point in the history
  3. Eliminate overrides in client library

    The call time seems to be a fraction of a millisecond.
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5676ff7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/googleapis/nodejs-bigtable

    …into bigtable-latency-testing-overrides
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bf146cf View commit details
    Browse the repository at this point in the history
  5. Only test LastScannedRow

    Only test one test and show the results
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a0bda9f View commit details
    Browse the repository at this point in the history
  6. Add a calculation for duration.

    Calculation for duration used alongside console.time
    danieljbruce committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4f903a8 View commit details
    Browse the repository at this point in the history