Skip to content

Commit

Permalink
update benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Jun 21, 2024
1 parent 8c3cd74 commit ef4adeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def parseFPS():
highestFPS = max(filtered)
averageFPS = round(sum(filtered) / len(filtered), 2)
print("Highest FPS:", highestFPS, "Average FPS:", averageFPS)
return averageFPS
return ("Highest FPS:", highestFPS, "Average FPS:", averageFPS)
else:
print("Couldn't identify FPS value. Skipping...")
return None
Expand All @@ -162,7 +162,7 @@ def parseSystemInfo():
if __name__ == "__main__":
TIMESLEEP = 2
CLIPURL = "https://www.youtube.com/watch?v=kpeUMAVJCig"
TESTINGVERSION = "V4.1"
TESTINGVERSION = "V4.2"

upscaleMethods = [
"shufflecugan",
Expand Down

0 comments on commit ef4adeb

Please sign in to comment.