Re: Question regarding pipeline performances

2019-06-25 Thread Emmanuel Lécharny
Not too bad :-) Linux Java 8 : [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 17:49 min On 25/06/2019 12:41, Emmanuel Lécharny wrote: Ok,

Re: Question regarding pipeline performances

2019-06-25 Thread Emmanuel Lécharny
Ok, commited a big change: reverts are now processed within a global transaction, which saves a LOT of time. On my machine, building apacheds takes 12 mins vs 22 mins before this simple change. I'm waiting for the pipeline to be completed (probably after my lunch) but I expect it to be way

Re: Question regarding pipeline performances

2019-06-25 Thread Emmanuel Lécharny
Trying something more atm : adding txn around the revert operation. That should speedup all the tests that uses the revert feature. On 25/06/2019 08:18, Emmanuel Lécharny wrote: A bit better (3x faster): [INFO] Running

Re: Question regarding pipeline performances

2019-06-25 Thread Emmanuel Lécharny
A bit better (3x faster): [INFO] Running org.apache.directory.server.core.operations.search.SearchWithIndicesPersonIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 96.514 s - in org.apache.directory.server.core.operations.search.SearchWithIndicesPersonIT On

Re: Question regarding pipeline performances

2019-06-24 Thread Emmanuel Lécharny
Many thanks, Stefan. It makes sense now. I have modified the test that add 1000 entries before running so that those additions are made within a single transaction. That should speedup the addition considerably (on my laptop, the test now takes 6 seconds instead of 10, and most of the time

Re: Question regarding pipeline performances

2019-06-24 Thread Stefan Seelmann
Hi Emmanuel, yes, the Jenkins machines are rather slow, especially the H2x and H3x nodes. I run lscpu and free -m on some, most show Intel(R) Xeon(R) CPU E5-2430 (from May 2012) or Intel(R) Xeon(R) CPU E5-2620 v2 (from Sept 2013) and 96 GB RAM But I assume those are highly overprovisioned VMs

Question regarding pipeline performances

2019-06-24 Thread Emmanuel Lécharny
Hi ! I'm just wondering on which kind of machine are the pipelines running? The tests are taking almost forever. For instance, a test were we add 1000 entries and search using an index takes 9 seconds on my computer (ok, it's a fast one), and more 300 seconds on the pipeline.. ... [INFO]