Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 18, 2022
1 parent 9aacba0 commit 192fdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local: check_google_credentials
@rm -rf astro-sdk


run_job: check_google_credentials
run_job:
@gcloud container clusters get-credentials astro-sdk --zone us-central1-a --project ${GCP_PROJECT}
@kubectl apply -f infrastructure/kubernetes/namespace.yaml
@kubectl apply -f infrastructure/kubernetes/postgres.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/benchmark/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "postgres",
"params": {
"conn_id": "postgres_conn_benchmark",
"conn_id": "postgres_conn",
"metadata": {
"database": "postgres"
}
Expand Down

0 comments on commit 192fdf0

Please sign in to comment.