summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-12 04:34:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-12 04:34:57 +0200
commita8e030d69890a4f5f8edfc6fb189eda493ec2d12 (patch)
tree3794604553dbc399ecafaa8fcbb8cb47866d80a0
parentdcfca2b2b9614ea354e84a660ca975c7d5db077f (diff)
add performance test for tdf#100709
The test file was contributed by Maarten Bosmans.
-rw-r--r--loperf/tdf100709.xlsxbin0 -> 12948 bytes
-rw-r--r--loperf_suites/calc/100709.cfg2
-rw-r--r--loperf_suites/calc_suite.cfg2
3 files changed, 3 insertions, 1 deletions
diff --git a/loperf/tdf100709.xlsx b/loperf/tdf100709.xlsx
new file mode 100644
index 0000000..24d9be3
--- /dev/null
+++ b/loperf/tdf100709.xlsx
Binary files 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"