You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Setup Datastore in a gcp project (creating a test entity is optional)
Setup Cloud Run in a gcp project (you can use this to build a docker image: https://github.com/chrishiestand/cloud-run-datastore-latency-test )
A. Be sure to populate the env vars KIND and ID
B. The Cloud Run service account must have datastore access, so add permissions if necessary
Look at the getTime that is returned, for me, it is waaay too slow on cold start (ranges from ~15-40 seconds). Warmed containers answer in a reasonable amount of time e.g. ~20-50 milliseconds.