Skip to content

Commit

Permalink
Merge pull request #6429 from onflow/janez/change-tps-dataset
Browse files Browse the repository at this point in the history
Change TPS dataset
  • Loading branch information
janezpodhostnik authored Sep 4, 2024
2 parents 9f7e8b1 + 170dc93 commit 5e2d76f
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 5e2d76f

Please sign in to comment.