test-bugzilla-files/new-control.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f237c6eae0eb4dc9b30e70f4efe7ce43fce9951a
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Dec 10 10:05:58 2018 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Dec 10 10:05:58 2018 +0000

    use better values for number of jobs

diff --git a/test-bugzilla-files/new-control.py 
b/test-bugzilla-files/new-control.py
index 68397bd..f234086 100644
--- a/test-bugzilla-files/new-control.py
+++ b/test-bugzilla-files/new-control.py
@@ -82,9 +82,9 @@ if __name__ == "__main__":
         sys.exit(1)
 
     task_size = 100
-    workers = 20
+    workers = 30
     if asan == 1:
-        workers = 32
+        workers = 64
 
     with concurrent.futures.ThreadPoolExecutor(max_workers=workers) as 
executor:
         future_to_task = {executor.submit(execute_task, task_file, asan): 
task_file for task_file in get_tasks(directory, task_size)}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to