handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
https://hyperformula.handsontable.com/
Other
1.9k stars 108 forks source link

Correct the list of volatile functions in the docs #1336

Closed sequba closed 7 months ago

sequba commented 8 months ago

Context

image

How did you test your changes?

Types of changes

Related issues:

Fixes #1056

Checklist:

github-actions[bot] commented 8 months ago

Performance comparison of head (fd4c51879612a147f7ba76cddf2e0fafa4811e34) vs base (d01d7854fa51080ae5cf76c6ec241da7afef1c2f)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A |  543.3 |  547.6 | +0.79%
                                      Sheet B | 179.44 | 180.63 | +0.66%
                                      Sheet T | 160.42 | 157.96 | -1.53%
                                Column ranges | 573.02 | 567.27 | -1.00%
Sheet A:  change value, add/remove row/column |     40 |     38 | -5.00%
 Sheet B: change value, add/remove row/column |    297 |    303 | +2.02%
                   Column ranges - add column |    177 |    172 | -2.82%
                Column ranges - without batch |    490 |    468 | -4.49%
                        Column ranges - batch |    100 |     94 | -6.00%
codecov[bot] commented 8 months ago

Codecov Report

Merging #1336 (fd4c518) into develop (d01d785) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1336/graphs/tree.svg?width=650&height=150&src=pr&token=5k9ZQv8azO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable)](https://app.codecov.io/gh/handsontable/hyperformula/pull/1336?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1336 +/- ## ======================================== Coverage 97.27% 97.27% ======================================== Files 169 169 Lines 14422 14422 Branches 3018 3018 ======================================== Hits 14029 14029 Misses 393 393 ```