summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-22 18:38:09 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-22 18:38:09 +0200
commit2485b93181fe8a1be5c16357e1dcbefff06708b8 (patch)
tree6504c2773ee6db2749a6273d9baac2c56e4df21e
parent2d0e801aa5fb9f2aefeb43730f14a2c31dd11383 (diff)
add performance test for tdf#53698
Test file contributed by Maarten Bosmans <mkbosmans@gmail.com>.
-rw-r--r--loperf/tdf53698.odsbin0 -> 178006 bytes
-rw-r--r--loperf_suites/calc/tdf53698.cfg2
-rw-r--r--loperf_suites/calc_suite.cfg2
3 files changed, 3 insertions, 1 deletions
diff --git a/loperf/tdf53698.ods b/loperf/tdf53698.ods
new file mode 100644
index 0000000..09065a3
--- /dev/null
+++ b/loperf/tdf53698.ods
Binary files differ
diff --git a/loperf_suites/calc/tdf53698.cfg b/loperf_suites/calc/tdf53698.cfg
new file mode 100644
index 0000000..11a7867
--- /dev/null
+++ b/loperf_suites/calc/tdf53698.cfg
@@ -0,0 +1,2 @@
+test_doc="tdf53698.ods"
+test_actions="load"
diff --git a/loperf_suites/calc_suite.cfg b/loperf_suites/calc_suite.cfg
index e20a364..c194882 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 tdf100709"
+suite_tests="multi_line_cells_ods multi_line_cells_xlsx numbers_ods numbers_xls numbers_xlsx big_file_ods formula_compiler_ods tdf90659 tdf100709 tdf53698"