Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
akashorabek committed Jan 24, 2025
1 parent a699bf6 commit 2be6293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

--influx_namespace=flink
--influx_measurement=go_batch_combine_1
--input_options=''{\"num_records\":10000000,\"key_size\":1,\"value_size\":9}''
--input_options=''{\"num_records\":2000000,\"key_size\":1,\"value_size\":9}''
--fanout=1
--top_count=20
--parallelism=5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

--influx_namespace=flink
--influx_measurement=go_batch_combine_2
--input_options=''{\"num_records\":100000,\"key_size\":10,\"value_size\":90}''
--input_options=''{\"num_records\":25000,\"key_size\":10,\"value_size\":90}''
--fanout=4
--top_count=20
--parallelism=16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--fanout=8
--top_count=20
--parallelism=16
--input_options=''{\"num_records\":50000,\"key_size\":10,\"value_size\":90}''
--input_options=''{\"num_records\":10000,\"key_size\":10,\"value_size\":90}''
--endpoint=localhost:8099
--environment_type=DOCKER
--environment_config=gcr.io/apache-beam-testing/beam-sdk/beam_go_sdk:latest
Expand Down

0 comments on commit 2be6293

Please sign in to comment.