19 lines
322 B
JSON
19 lines
322 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "python",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^=+ slowest durations =+$"
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^((.*s)\\s(call|setup|teardown)\\s+(.*)::(.*))$",
|
||
|
"message": 1,
|
||
|
"file": 2,
|
||
|
"loop": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|