Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
claycat committed May 1, 2024
1 parent c367048 commit b4b71f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions stress-test/test-result-combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ def writeResultFile(p: Path, durationResult: dict, failResult: dict):
p = Path(path)

result, failResult = makeResult(p)
<<<<<<< HEAD

path = '/'.join(['./result', 'result_' + sys.argv[1] + '.csv'])
p = Path(path)
writeResultFile(p, result, failResult)
=======

path = '/'.join(['./result', 'result_' + sys.argv[1] + '.csv'])
p = Path(path)
writeResultFile(p, result, failResult)
>>>>>>> develop

0 comments on commit b4b71f9

Please sign in to comment.