File tree Expand file tree Collapse file tree
scenarios/node_allocations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allocated (`alloc_*`) sample types.
2525- Expected: ` 0 ` for ` a ` and ` b ` ` slice ` stacks, because the test clears those references before the profile is exported
2626
2727** Allocated Objects Profile** : ` alloc_objects `
28- - Expected: ` 100 ` for ` a ` and ` 100 ` for ` b ` , within 5% error margin
28+ - Not asserted here: absolute object counts are noisy on CI runners (see ` node_heap ` ).
2929
3030** In-use Space Profile** : ` inuse_space `
3131- Expected: ` 0 ` for ` a ` and ` b ` ` slice ` stacks, for the same reason as ` inuse_objects `
Original file line number Diff line number Diff line change 1717 }
1818 ]
1919 },
20- {
21- "profile-type" : " alloc_objects" ,
22- "pprof-regex" : " profiles_space_worker_0_.*\\ .pprof" ,
23- "stack-content" : [
24- {
25- "regular_expression" : " processTimers;listOnTimeout;work;b;slice" ,
26- "value" : 100 ,
27- "error_margin" : 5
28- },
29- {
30- "regular_expression" : " processTimers;listOnTimeout;work;a;slice" ,
31- "value" : 100 ,
32- "error_margin" : 5
33- }
34- ]
35- },
3620 {
3721 "profile-type" : " inuse_space" ,
3822 "pprof-regex" : " profiles_space_worker_0_.*\\ .pprof" ,
You can’t perform that action at this time.
0 commit comments