loperf/tdf100709.xlsx |binary loperf_suites/calc/100709.cfg | 2 ++ loperf_suites/calc_suite.cfg | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit a8e030d69890a4f5f8edfc6fb189eda493ec2d12 Author: Markus Mohrhard <[email protected]> Date: Mon Sep 12 04:34:57 2016 +0200 add performance test for tdf#100709 The test file was contributed by Maarten Bosmans. diff --git a/loperf/tdf100709.xlsx b/loperf/tdf100709.xlsx new file mode 100644 index 0000000..24d9be3 Binary files /dev/null and b/loperf/tdf100709.xlsx differ diff --git a/loperf_suites/calc/100709.cfg b/loperf_suites/calc/100709.cfg new file mode 100644 index 0000000..58c2eea --- /dev/null +++ b/loperf_suites/calc/100709.cfg @@ -0,0 +1,2 @@ +test_doc="tdf100709.xlsx" +test_actions="load" diff --git a/loperf_suites/calc_suite.cfg b/loperf_suites/calc_suite.cfg index dd41d2a..e20a364 100644 --- a/loperf_suites/calc_suite.cfg +++ b/loperf_suites/calc_suite.cfg @@ -4,4 +4,4 @@ suite_docs_dir="../loperf" # relative path here are relative to the dirname of t suite_tests_dir="calc" suite_work_dir="${TMPDIR:-/tmp}/suite_calc" suite_logs_dir="$HOME/suite_logs" # will be created as needed -suite_tests="multi_line_cells_ods multi_line_cells_xlsx numbers_ods numbers_xls numbers_xlsx big_file_ods formula_compiler_ods tdf90659" +suite_tests="multi_line_cells_ods multi_line_cells_xlsx numbers_ods numbers_xls numbers_xlsx big_file_ods formula_compiler_ods tdf90659 tdf100709" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
