Skip to content

Commit

Permalink
testing non continue
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Jul 23, 2024
1 parent 3637417 commit 9ac5400
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions benchmarks/auto_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ def run_benchmark(bm_config):
if "report_cmd" in bm_config:
execute(bm_config["report_cmd"], wait=True)

continue

# load stats metrics to remote metrics storage
if "metrics_cmd" in bm_config:
execute(bm_config["metrics_cmd"], wait=True)
Expand Down
5 changes: 0 additions & 5 deletions benchmarks/benchmark_config_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ report_cmd:
- "cmd": "aws s3 cp --recursive"
- "source": '/tmp/ts_benchmark/'
- "dest": ['s3://torchserve-benchmark/nightly', "today()", "test", *hardware]

error_report_cmd:
- "cmd": "aws s3 cp --recursive"
- "source": '/tmp/ts_benchmark/'
- "dest": ['s3://torchserve-benchmark/nightly', "today()", "failure", *hardware]

0 comments on commit 9ac5400

Please sign in to comment.