Difference between revisions of "Performance Related Test Documents"
From Apache OpenOffice Wiki
(→Representative Documents: IZ query for Calc performance issues) |
|||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | We can divide collections of documents into three basic categories: | ||
| + | * Exercise documents | ||
| + | :Designed to exercise a particular area of OpenOffice.org, such as XML tag processing. | ||
| + | * Representative documents | ||
| + | :Documents that are representative of a typical documents encountered by users. This is a difficult assertion, as different settings may have radically different typical documents. For example, in a financial setting, complicated spreadsheets may be the norm. | ||
| + | * Pathological documents | ||
| + | :Documents that may not be typical or have a specific property that makes performance problems. | ||
| + | |||
| + | == Exercise Documents == | ||
Some 'specialized' documents can be found on http://tools.openoffice.org/performance/testdocs-odf.zip | Some 'specialized' documents can be found on http://tools.openoffice.org/performance/testdocs-odf.zip | ||
| + | |||
| + | == Representative Documents == | ||
| + | Please contribute some! | ||
| + | |||
| + | === Calc === | ||
| + | |||
| + | * IssueTracker [http://qa.openoffice.org/issues/buglist.cgi?component=Spreadsheet&keywords=performance query for spreadsheet performance issues]. | ||
| + | |||
| + | == Pathological Documents == | ||
| + | Please contribute some! There must be many in IZ. | ||
| + | |||
| + | === Calc === | ||
| + | |||
| + | * [http://www.openoffice.org/nonav/issues/showattachment.cgi/48026/i81336_vlookup.ods i81336_vlookup.ods] attached to {{bug|81336}}. See also [[Calc/Performance/VLOOKUP]]. | ||
| + | * [http://www.openoffice.org/nonav/issues/showattachment.cgi/61758/broadcast_slots_single.ods broadcast_slots_single.ods] attached to {{bug|101254}} | ||
| + | * [http://www.openoffice.org/nonav/issues/showattachment.cgi/61759/broadcast_slots_double.ods broadcast_slots_double.ods] attached to {{bug|101254}}. See also [[Calc/Performance/Refactoring_Area_Broadcasters]]. | ||
| + | * [http://www.openoffice.org/nonav/issues/showattachment.cgi/53952/test-huge%20calculations-Median.ods test-huge%20calculations-Median.ods] attached to {{bug|89976}}. See also [[Calc/Performance/sorting_values_within_functions]]. | ||
| + | * Plain data test case linked from [[Calc/Performance/The_Ou_case]]. | ||
| + | |||
| + | |||
| + | [[Category:Performance]] | ||
Latest revision as of 14:54, 29 April 2009
We can divide collections of documents into three basic categories:
- Exercise documents
- Designed to exercise a particular area of OpenOffice.org, such as XML tag processing.
- Representative documents
- Documents that are representative of a typical documents encountered by users. This is a difficult assertion, as different settings may have radically different typical documents. For example, in a financial setting, complicated spreadsheets may be the norm.
- Pathological documents
- Documents that may not be typical or have a specific property that makes performance problems.
Exercise Documents
Some 'specialized' documents can be found on http://tools.openoffice.org/performance/testdocs-odf.zip
Representative Documents
Please contribute some!
Calc
- IssueTracker query for spreadsheet performance issues.
Pathological Documents
Please contribute some! There must be many in IZ.
Calc
- i81336_vlookup.ods attached to Issue 81336 . See also Calc/Performance/VLOOKUP.
- broadcast_slots_single.ods attached to Issue 101254
- broadcast_slots_double.ods attached to Issue 101254 . See also Calc/Performance/Refactoring_Area_Broadcasters.
- test-huge%20calculations-Median.ods attached to Issue 89976 . See also Calc/Performance/sorting_values_within_functions.
- Plain data test case linked from Calc/Performance/The_Ou_case.