Kaydet (Commit) 2ed90314 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make the test case smaller to limit runtime

Change-Id: I374f33d2001f872075d2d0be1527d19f1be1175a
üst ce21baa3
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment