-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathgenerators.json
More file actions
36 lines (36 loc) · 870 Bytes
/
generators.json
File metadata and controls
36 lines (36 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"scale_by_duration": true,
"test_name": "php_generators",
"stacks": [
{
"profile-type": "alloc-size",
"stack-content": [
{
"regular_expression": "<?php;main;middle;leaf;standard\\|str_repeat$",
"percent": 50,
"error_margin": 5
},
{
"regular_expression": "<?php;main;middle;leaf;standard\\|str_replace$",
"percent": 50,
"error_margin": 5
}
]
},
{
"profile-type": "alloc-samples",
"stack-content": [
{
"regular_expression": "<?php;main;middle;leaf;standard\\|str_repeat$",
"percent": 50,
"error_margin": 5
},
{
"regular_expression": "<?php;main;middle;leaf;standard\\|str_replace$",
"percent": 50,
"error_margin": 5
}
]
}
]
}