Skip to content

Commit 172ef78

Browse files
test(demo): intentional FAIL for python_gil_contention_3.14 scenario (#172)
1 parent 4a6e54a commit 172ef78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scenarios/python_gil_contention_3.14/expected_profile.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"stack-content": [
77
{
88
"regular_expression": ".*spin",
9-
"value": 1000000000,
10-
"error_margin": 5
9+
"value": 1,
10+
"error_margin": 0
1111
}
1212
]
1313
},
@@ -16,8 +16,8 @@
1616
"stack-content": [
1717
{
1818
"regular_expression": ".*spin",
19-
"percent": 12,
20-
"error_margin": 6,
19+
"percent": 99,
20+
"error_margin": 0,
2121
"labels": [
2222
{
2323
"key": "thread name",

0 commit comments

Comments
 (0)