Skip to content

Commit 2c5d1fe

Browse files
test(demo): intentional FAIL for python_mem_domain_3.14 scenario (#167)
Demo-only: mem_domain heap-space expectation deliberately wrong (99% ±0). Fix expected_profile.json to demo PASS.
1 parent 17c6704 commit 2c5d1fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scenarios/python_mem_domain_3.14/expected_profile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"stack-content": [
99
{
1010
"regular_expression": ".*allocate_mem_domain_buffer.*",
11-
"percent": 50,
12-
"error_margin": 50
11+
"percent": 99,
12+
"error_margin": 0
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)