odoo/o-spreadsheet#8867
Created by BI, Lucas Lefèvre (lul)
- label
- odoo:master-cell-positions-lul
- head
- 3c698730399b24b96f41d6086cc826c884012929
| odoo/o-spreadsheet | |
|---|---|
| master | #8867 missing r+ |
Master cell positions lul
Description:
cells imported in
3ad914347: Mean: 2611.88 ms, StdErr: 5.33 ms
354c59240: Mean: 2368.07 ms, StdErr: 22.72 ms β π’ (vs prev: -9%, Ξ=-243.81 ms, combined StdErr=23.33 ms, |Ξ|/SE=-10.4x; n=20)
evaluate all cells
3ad914347: Mean: 2327.14 ms, StdErr: 3.84 ms
354c59240: Mean: 2274.53 ms, StdErr: 5.69 ms β π’ (vs prev: -2%, Ξ=-52.61 ms, combined StdErr=6.86 ms, |Ξ|/SE=-7.7x; n=20)
START
3ad914347: Mean: 3011.99 ms, StdErr: 5.44 ms
354c59240: Mean: 2930.64 ms, StdErr: 6.18 ms β π’ (vs prev: -3%, Ξ=-81.35 ms, combined StdErr=8.23 ms, |Ξ|/SE=-9.9x; n=20)
Model created in
3ad914347: Mean: 5776.26 ms, StdErr: 7.42 ms
354c59240: Mean: 5444.51 ms, StdErr: 24.84 ms β π’ (vs prev: -6%, Ξ=-331.74 ms, combined StdErr=25.93 ms, |Ξ|/SE=-12.8x; n=20)
Legend:
β«: no measurable change |Ξ|/SE < 2
π΄: slower Ξ > 0 and |Ξ|/SE >= 2
π’: faster Ξ < 0 and |Ξ|/SE >= 2
Task: TASK_ID
review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo