mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 05:33:52 -05:00
LINTAHHHH
This commit is contained in:
@@ -38,4 +38,4 @@ def find_latest_benchmarkcsv():
|
||||
files = [os.path.join(benchmarkcsv_dir, file) for file in os.listdir(
|
||||
benchmarkcsv_dir) if os.path.isfile(os.path.join(benchmarkcsv_dir, file))]
|
||||
latest_file = max(files, key=os.path.getmtime)
|
||||
return latest_file
|
||||
return latest_file
|
||||
|
||||
Reference in New Issue
Block a user