summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-13 12:47:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-13 12:47:01 +0200
commitdcfca2b2b9614ea354e84a660ca975c7d5db077f (patch)
tree5cfe238ba49c5663340150c06cbdb31f96fe7069
parentf7d21170587c86a6fb4dbe2a0281f25cd7780d69 (diff)
add perf test for tdf#90659
Change-Id: I48b2ff6e7a1f861d77081a0a73b7a798f196d9f3
-rw-r--r--loperf/tdf90659.odsbin0 -> 80178 bytes
-rw-r--r--loperf_suites/calc/tdf90659.cfg2
-rw-r--r--loperf_suites/calc_suite.cfg2
3 files changed, 3 insertions, 1 deletions
diff --git a/loperf/tdf90659.ods b/loperf/tdf90659.ods
new file mode 100644
index 0000000..b8e02fd
--- /dev/null
+++ b/loperf/tdf90659.ods
Binary files differ
diff --git a/loperf_suites/calc/tdf90659.cfg b/loperf_suites/calc/tdf90659.cfg
new file mode 100644
index 0000000..b0e19ee
--- /dev/null
+++ b/loperf_suites/calc/tdf90659.cfg
@@ -0,0 +1,2 @@
+test_doc="tdf90659.ods"
+test_actions="load convert:ods"
diff --git a/loperf_suites/calc_suite.cfg b/loperf_suites/calc_suite.cfg
index 1b8a5c7..dd41d2a 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"
+suite_tests="multi_line_cells_ods multi_line_cells_xlsx numbers_ods numbers_xls numbers_xlsx big_file_ods formula_compiler_ods tdf90659"