Skip to content

Commit

Permalink
Change TPS dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed Sep 2, 2024
1 parent b47fa60 commit 170dc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/benchmark/cmd/ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
bigQueryUpload := flag.Bool("bigquery-upload", true, "whether to upload results to BigQuery (true / false)")
pushgateway := flag.String("pushgateway", "disabled", "host:port for pushgateway")
bigQueryProjectFlag := flag.String("bigquery-project", "ff-data-platform", "project name for the bigquery uploader")
bigQueryDatasetFlag := flag.String("bigquery-dataset", "dev_src_flow_tps_metrics", "dataset name for the bigquery uploader")
bigQueryDatasetFlag := flag.String("bigquery-dataset", "dev_src_flow_performance_metrics", "dataset name for the bigquery uploader")
bigQueryRawTableFlag := flag.String("bigquery-raw-table", "rawResults", "table name for the bigquery raw results")
flag.Parse()

Expand Down

0 comments on commit 170dc93

Please sign in to comment.