mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
* add readme and manifest yaml * initial harness * update scripts * update manifest * test disable duplicate code * add comma * read score from log file
33 lines
418 B
JSON
33 lines
418 B
JSON
{
|
|
"ignorePaths": [
|
|
".*/"
|
|
],
|
|
"allowCompoundWords": true,
|
|
"words": [
|
|
"argies",
|
|
"csgo",
|
|
"CUDA",
|
|
"directx",
|
|
"Dota",
|
|
"flac",
|
|
"HIWORD",
|
|
"Jcraft",
|
|
"Keras",
|
|
"Kikis",
|
|
"Kombustor",
|
|
"opengl",
|
|
"opengles",
|
|
"OPTIX",
|
|
"psutil",
|
|
"pycache",
|
|
"RLCS",
|
|
"turbopolsa",
|
|
"twwh",
|
|
"Unigine",
|
|
"vsix"
|
|
],
|
|
"ignoreRegExpList": [
|
|
"import .*"
|
|
]
|
|
}
|