Skip to content

Commit fad6908

Browse files
committed
debug run with timeout 1
1 parent a21c7f8 commit fad6908

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/upload_benchmark_results.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Upload SDGym Benchmark results
22

33
on:
4-
push:
5-
branches:
6-
- issue-425-workflow-sdgym
74
workflow_run:
85
workflows: ["Run SDGym Benchmark"]
96
types:

sdgym/benchmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,8 @@ def _run_job(args):
677677
output = {}
678678
try:
679679
if timeout:
680+
print('LAAA')
681+
print(timeout)
680682
output = _score_with_timeout(
681683
timeout=timeout,
682684
synthesizer=synthesizer,

sdgym/run_benchmark/run_benchmark.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ def main():
5151
output_destination=OUTPUT_DESTINATION_AWS,
5252
aws_access_key_id=aws_access_key_id,
5353
aws_secret_access_key=aws_secret_access_key,
54+
sdv_datasets=['expedia_hotel_logs', 'fake_companies'],
5455
synthesizers=synthesizer_group,
5556
compute_privacy_score=False,
5657
timeout=345600, # 4 days
5758
)
5859

5960
append_benchmark_run(aws_access_key_id, aws_secret_access_key, date_str)
60-
post_benchmark_launch_message(date_str)
61+
#post_benchmark_launch_message(date_str)
6162

6263

6364
if __name__ == '__main__':

0 commit comments

Comments
 (0)