Closed ebadiere closed 4 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
A potential memory leak has been detected in the test titled validates enforcement of request id
. This may impact the application's performance and stability.
📊 Memory Leak Detection Report 📊
GC Type: MarkSweepCompact Cost: 27,448 ms
Heap Statistics (before vs after executing the test):
Heap Space Statistics (before vs after executing the test):
Old Space:
Large Object Space:
Please investigate the memory allocations in this test, focusing on objects that are not being properly deallocated.
3 files 399 suites 18s :stopwatch: 1 433 tests 1 432 :heavy_check_mark: 1 :zzz: 0 :x: 1 442 runs 1 441 :heavy_check_mark: 1 :zzz: 0 :x:
Results for commit a3a158db.
18 files 251 suites 29m 23s :stopwatch: 599 tests 592 :heavy_check_mark: 4 :zzz: 3 :x: 661 runs 654 :heavy_check_mark: 4 :zzz: 3 :x:
Results for commit a3a158db.
:recycle: This comment has been updated with latest results.
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 83.19%. Comparing base (
daf2aef
) to head (a3a158d
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/relay/src/lib/eth.ts | 0.00% | 1 Missing :warning: |
Description:
This is just the fix of a typo in the logged messages.
Related issue(s):
Fixes #3130
Notes for reviewer:
Checklist