Skip to content

Commit

Permalink
Add response return in upload_benchmark_result function
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Jun 2, 2024
1 parent e1acf3a commit 2a741e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmark_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def upload_benchmark_result(database_size=None):
logging.error(
"An error has occurred while uploading benchmark result!")
sys.exit(1)
return response

def get_compare_result(report_id):
master_commit_hash = _get_master_commit_hash()
Expand Down

0 comments on commit 2a741e9

Please sign in to comment.