[Libreoffice-commits] core.git: sc/qa
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Apr 16 12:51:33 UTC 2016
sc/qa/perf/scperfobj.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2ed903145bff0082e0d19290e0355859e3031207
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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");
}
More information about the Libreoffice-commits
mailing list