Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you implement automated performance testing in Cloud Build for each commit to prevent Cloud Spanner performance regressions, while handling potential concurrent test executions from multiple simultaneous commits?
A
Create a new project with a random name for every build. Load the required data. Delete the project after the test is run.
B
Create a new Cloud Spanner instance for every build. Load the required data. Delete the Cloud Spanner instance after the test is run.
C
Create a project with a Cloud Spanner instance and the required data. Adjust the Cloud Build build file to automatically restore the data to its previous state after the test is run.
D
Start the Cloud Spanner emulator locally. Load the required data. Shut down the emulator after the test is run.