/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
benchtests/scripts/benchout_strings.schema.json
49 строк
1 KB
Su Lifan
benchtests: make compare_strings.py accept string as attribute value
08 мар 2022, 17:12
08 мар 2022, 17:12
edddffc
Код
Авторство
О чём код?
{ "title": "string benchmark", "type": "object", "properties": { "timing_type": { "type": "string" }, "functions": { "title": "Associative array of functions", "type": "object", "patternProperties": { "^[_a-zA-Z][_a-zA-Z0-9]+$": { "title": "Function names", "type": "object", "properties": { "bench-variant": {"type": "string"}, "ifuncs": { "type": "array", "items": {"type": "string"} }, "results": { "type": "array", "items": { "type": "object", "properties": { "timings": { "type": "array", "items": {"type": "number"} } }, "additionalProperties": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "minProperties": 2 } } }, "additionalProperties": false } }, "minProperties": 1 } }, "required": ["timing_type", "functions"], "additionalProperties": false }