Skip to content

Conversation

@sakthivelmanii
Copy link
Collaborator

Description:

Following features are added

  1. Support running benchmarking for specific time(30m)
  2. Support running warm up before running benchmarking
  3. Support staleness
  4. Support running reads

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

@sakthivelmanii sakthivelmanii requested review from a team as code owners May 19, 2025 12:00
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner API. labels May 19, 2025
static final String TABLE_NAME = "Employees";
static final String SELECT_QUERY = String.format("SELECT ID FROM %s WHERE ID = @id", TABLE_NAME);
static final String UPDATE_QUERY =
String.format("UPDATE %s SET Name=Google WHERE ID = @id", TABLE_NAME);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should Google here be in quotes?

@sakthivelmanii sakthivelmanii merged commit 1c93a3d into main May 20, 2025
49 of 51 checks passed
@sakthivelmanii sakthivelmanii deleted the update_benchmarking_script branch May 20, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants