Skip to content

Commit

Permalink
try new cron command
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohansong committed Oct 16, 2023
1 parent 04a1d97 commit 297d565
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/connector-performance-cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
on:
workflow_dispatch:
inputs:
test:
description: might not be needed.
default: "test"

jobs:
postgres-1m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 1m
postgres-10m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 10m
postgres-20m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 20m
mysql-1m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 1m
mysql-10m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 10m
mysql-20m-run:
uses: .github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 20m

0 comments on commit 297d565

Please sign in to comment.