diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-03-29 23:19:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-30 06:54:54 +0000 |
commit | 3ec17b23098eed2934020995a890740e7f8581cc (patch) | |
tree | d34bd020338d2c19742b3c9ccb704e532ad97271 /sc/UITest_chart.mk | |
parent | d3bfbcb5f42ca0ff3441ee14b179ca590e646b1f (diff) |
UITest_{calc_tests6,chart,chart2,sort}: enable oneprocess mode
Execution time changes:
- from 1m27,535s to 0m55,724s
- from 5m40,926s to 4m46,884s
- from 1m54,886s to 1m31,400s
- from 3m30,592s to 2m20,833s
for me. Also add a simple script that lists what's remaining to be
converted.
Change-Id: I274f5a11a0f606964bdad5d5e5254b65b09fe497
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149739
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/UITest_chart.mk')
-rw-r--r-- | sc/UITest_chart.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/UITest_chart.mk b/sc/UITest_chart.mk index 18f77a3fcc83..003c9a322b72 100644 --- a/sc/UITest_chart.mk +++ b/sc/UITest_chart.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,chart, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,chart)) + # vim: set noet sw=4 ts=4: |