Skip to content

Commit ba849e1

Browse files
committed
Add mutations ratio
1 parent ee23da4 commit ba849e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/data_generation_run.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ on:
8484
required: false
8585
default: '3'
8686
type: string
87+
update_ratio:
88+
description: 'Percentage of rows to update (0-100)'
89+
required: false
90+
default: '0'
91+
type: string
92+
delete_ratio:
93+
description: 'Percentage of rows to delete (0-100)'
94+
required: false
95+
default: '0'
96+
type: string
8797

8898
jobs:
8999
run-data-generation:

0 commit comments

Comments
 (0)