Skip to content

Commit

Permalink
Use 50 workers for 2GB 10 bytes combine test (#30655)
Browse files Browse the repository at this point in the history
* Use 50 workers for 2GB 10 bytes combine test

* updated the cron schedule
  • Loading branch information
liferoad authored Mar 19, 2024
1 parent 71cdde5 commit 4513eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: LoadTests Python Combine Dataflow Streaming

on:
schedule:
- cron: '50 15 * * *'
- cron: '50 5 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--metrics_table=python_dataflow_streaming_combine_1
--influx_measurement=python_streaming_combine_1
--input_options=''{\\"num_records\\":200000000,\\"key_size\\":1,\\"value_size\\":9,\\"algorithm\\":\\"lcg\\"}''
--num_workers=5
--num_workers=50
--autoscaling_algorithm=NONE
--top_count=20
--streaming
Expand Down

0 comments on commit 4513eaa

Please sign in to comment.