Skip to content

Commit 2db091e

Browse files
Merge pull request #95 | [python_gunicorn] Fix expected numbers
[python_gunicorn] Fix expected numbers
2 parents 49b9bc0 + 2554d79 commit 2db091e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scenarios/python_gunicorn_3.11/expected_profile.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"stack-content": [
1010
{
1111
"regular_expression": ".*make_request.*",
12-
"percent": 5,
13-
"error_margin": 10,
12+
"percent": 28,
13+
"error_margin": 7,
1414
"labels": [
1515
{
1616
"key": "thread name",
@@ -47,8 +47,8 @@
4747
"stack-content": [
4848
{
4949
"regular_expression": ".*process.*",
50-
"percent": 85,
51-
"error_margin": 15,
50+
"percent": 65,
51+
"error_margin": 13,
5252
"labels": [
5353
{
5454
"key": "thread name",
@@ -66,8 +66,8 @@
6666
"stack-content": [
6767
{
6868
"regular_expression": ".*sub_process.*",
69-
"percent": 15,
70-
"error_margin": 10,
69+
"percent": 6,
70+
"error_margin": 7,
7171
"labels": [
7272
{
7373
"key": "thread name",

0 commit comments

Comments
 (0)