Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/_run_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ on:
synthesizers:
required: false
type: string
num_instances:
required: false
type: string
output_destination:
required: false
type: string
Expand Down Expand Up @@ -110,12 +107,11 @@ jobs:
add_arg --modality "${{ inputs.modality }}"
add_list_arg --datasets "${{ inputs.datasets }}"
add_list_arg --synthesizers "${{ inputs.synthesizers }}"
add_arg --num-instances "${{ inputs.num_instances }}"
add_arg --output-destination "${{ inputs.output_destination }}"
add_arg --timeout "${{ inputs.timeout }}"

printf 'Running command:'
printf ' %q' "${CMD[@]}"
printf '\n'

"${CMD[@]}"
"${CMD[@]}"
6 changes: 0 additions & 6 deletions .github/workflows/run_benchmark_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ on:
description: "Space-separated synthesizers, e.g. 'CTGANSynthesizer TVAESynthesizer'. If not provided, all synthesizers for the modality will be included."
required: false
type: string
num_instances:
description: "Number of instances"
required: false
default: "1"
type: string
output_destination:
description: "Required output destination"
required: true
Expand All @@ -39,7 +34,6 @@ jobs:
modality: ${{ inputs.modality }}
datasets: ${{ inputs.datasets }}
synthesizers: ${{ inputs.synthesizers }}
num_instances: ${{ inputs.num_instances }}
output_destination: ${{ inputs.output_destination }}
timeout: ${{ inputs.timeout }}
secrets:
Expand Down
180 changes: 0 additions & 180 deletions sdgym/_benchmark_launcher/benchmark_multi_table.yaml

This file was deleted.

131 changes: 0 additions & 131 deletions sdgym/_benchmark_launcher/benchmark_single_table.yaml

This file was deleted.

Loading
Loading