Re: script to compare maven test run times

2013-02-15 Thread Jukka Zitting
Hi, On Fri, Feb 15, 2013 at 1:04 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: Please take a look and let me know if you think the output is useful, or if there is anything more that we could add to it. Very nice! +1 to putting it in svn. A potential extension could be to look into the

script to compare maven test run times

2013-02-15 Thread Alex Parvulescu
hi, For OAK-624 I needed to compare the test run times between 2 different mk implementations so I came up with a script that computes the percentage difference between the 2 'mvn test' runs. This allows for output like the one in this comment [0]. The interesting part is it is generic enough to

Re: script to compare maven test run times

2013-02-15 Thread Stefan Guggisberg
On Fri, Feb 15, 2013 at 12:04 PM, Alex Parvulescu alex.parvule...@gmail.com wrote: hi, For OAK-624 I needed to compare the test run times between 2 different mk implementations so I came up with a script that computes the percentage difference between the 2 'mvn test' runs. This allows for

Re: script to compare maven test run times

2013-02-15 Thread Michael Dürig
Good stuff! Michael On 15.2.13 11:04, Alex Parvulescu wrote: hi, For OAK-624 I needed to compare the test run times between 2 different mk implementations so I came up with a script that computes the percentage difference between the 2 'mvn test' runs. This allows for output like the one in