sc/qa/perf/scperfobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ed903145bff0082e0d19290e0355859e3031207 Author: Markus Mohrhard <[email protected]> Date: Sat Apr 16 14:50:35 2016 +0200 make the test case smaller to limit runtime Change-Id: I374f33d2001f872075d2d0be1527d19f1be1175a diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index 42fdd78..85ac792 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -683,7 +683,7 @@ void ScPerfObj::testMatConcatLarge() uno::Reference< sheet::XArrayFormulaRange > xArrayFormulaRange(xCellRange, UNO_QUERY_THROW); callgrindStart(); - xArrayFormulaRange->setArrayFormula("=A:A&B:B"); + xArrayFormulaRange->setArrayFormula("=A1:A30000&B1:B30000"); xCalculatable->calculate(); callgrindDump("sc:mat_concat"); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
