cspell my nemesis

This commit is contained in:
Nikolas
2023-12-26 08:54:51 -08:00
parent d14f9049bb
commit 5545ac09e0
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
friendly_name: "7-Zip"
executable: "7zip.py"
executable: "sevenzip.py"
process_name: "7zr.exe"
disable_presentmon: true
output_dir: "run"

View File

@@ -45,7 +45,7 @@ list_of_strings = [x.decode('utf-8').rstrip('\n')
for x in iter(process.stdout.readlines())]
EXIT_CODE = process.wait()
SPEED_PATTERN = '^Avr:\s*([0-9]*)\s.*\|\s*([0-9]*)\s.*$'
SPEED_PATTERN = r'^Avr:\s*([0-9]*)\s.*\|\s*([0-9]*)\s.*$'
VERSION_PATTERN = '7-Zip \(r\) (.*)\('
VERSION = ""

View File

@@ -7,6 +7,7 @@ Changes are grouped by the date they are merged to the main branch of the reposi
## 2023-12-26
- Fix Blender Benchmark harness not running on device type gpu when Intel Arc GPU present.
- Update non-game benchmark reports to fit new schema. This is for downstream reporting compatibility.
## 2023-12-19

View File

@@ -36,7 +36,12 @@
"DMARK",
"dmdef",
"firestrikegraphicsscorep",
"myresults"
"myresults",
"msikombuster",
"isfile",
"rstrip",
"keybd",
"vkfurrytorus"
],
"ignoreRegExpList": [
"import .*"