mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 05:33:52 -05:00
cspell my nemesis
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
friendly_name: "7-Zip"
|
||||
executable: "7zip.py"
|
||||
executable: "sevenzip.py"
|
||||
process_name: "7zr.exe"
|
||||
disable_presentmon: true
|
||||
output_dir: "run"
|
||||
|
||||
@@ -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 = ""
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -36,7 +36,12 @@
|
||||
"DMARK",
|
||||
"dmdef",
|
||||
"firestrikegraphicsscorep",
|
||||
"myresults"
|
||||
"myresults",
|
||||
"msikombuster",
|
||||
"isfile",
|
||||
"rstrip",
|
||||
"keybd",
|
||||
"vkfurrytorus"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
"import .*"
|
||||
|
||||
Reference in New Issue
Block a user