|
Ran
|
Jobs
1
|
Files
33
|
Run time
3min
|
Badge
README BADGES
|
push
github
CP-52880: Avoid O(N^2) behaviour in Xapi_vdi.update_allowed_operations (#6183) Activate old xapi_vdi.update_allowed_operations optimization: get_internal_records_where does a linear scan currently, so operating on N VDIs is O(N^2). Look at the VBD records directly, like before this 2013 commit which regressed it: 5097475de (We are going to optimize get_record separately so it doesn't go through serialization) This still requires validation and measurements (e.g. using @contificate 's benchmark)
3359 of 4322 relevant lines covered (77.72%)
0.78 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | python3.11 - 14706131274.1 | 33 |
77.72 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|