summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2016-09-28 07:16:07 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-09-28 07:16:07 +0200
commit0dad6217ad3772f0b8f4afb1f6d8d246c6ce6f76 (patch)
tree5b4c4560905df15b14ca2ca7e2674b6d3f7e6a26
parent2485b93181fe8a1be5c16357e1dcbefff06708b8 (diff)
Add performance test for tdf#102694
-rw-r--r--loperf/tdf102694.xlsxbin0 -> 20180 bytes
-rw-r--r--loperf_suites/calc/tdf102694.cfg2
-rw-r--r--loperf_suites/calc_suite.cfg2
3 files changed, 3 insertions, 1 deletions
diff --git a/loperf/tdf102694.xlsx b/loperf/tdf102694.xlsx
new file mode 100644
index 0000000..2bc5cdd
--- /dev/null
+++ b/loperf/tdf102694.xlsx
Binary files differ
diff --git a/loperf_suites/calc/tdf102694.cfg b/loperf_suites/calc/tdf102694.cfg
new file mode 100644
index 0000000..17dad87
--- /dev/null
+++ b/loperf_suites/calc/tdf102694.cfg
@@ -0,0 +1,2 @@
+test_doc="tdf102694.xlsx"
+test_actions="load"
diff --git a/loperf_suites/calc_suite.cfg b/loperf_suites/calc_suite.cfg
index c194882..9c2d1f2 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 tdf53698"
+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 tdf102694"