HaroonBadsha / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Eclipse plugin v1.3.4.e is significantly slower than 1.1.1.e #377

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Find a suite with a lot of test cases. In our case we have roughly 1300 test 
cases in a single module.
2. Run the tests in Eclipse using plugin version 1.1.1.e as well as 1.3.4.e.

What is the expected output? What do you see instead?
In our case, the 1.1.1.e run completes in about 45 seconds while the 1.3.4.e 
run can take as much as almost 4 minutes, with the exact same tests, code and 
configuration.

What version of the product are you using? On what operating system?
1.1.1.e with Google Chrome on Mac OS X 10.7.4
1.3.4.e with Google Chrome on Mac OS X 10.7.4

Please provide any additional information below.
I don't know if it's of any interest but i've recorded videos of the test runs 
for you to see:
1.1.1.e: http://youtu.be/RJFLSB-Rm4s
1.3.4.e: http://youtu.be/pdR5n_BE7UQ

I have also tried running the same suite from the command line, but i haven't 
been able to try it using the exact same versions. In this case i've tried 
1.2.2 and 1.3.4.b and 1.3.4.b is by far the fastest of those two.

Original issue reported on code.google.com by david.pa...@gmail.com on 29 May 2012 at 2:39