Re: [webkit-dev] Faster run-webkit-tests?

2008-07-14 Thread Alexey Proskuryakov
On Jul 12, 2008, at 1:07 AM, Stephanie Lewis wrote: Something else you can look at is running run-webkit-tests with the -- threaded flag. It runs with the test multiple javascript threads. You can run that and see if it highlights any other issues. The last time I ran with that flag (a

Re: [webkit-dev] Faster run-webkit-tests?

2008-07-14 Thread Andre-John Mas
On 14-Jul-08, at 01:59 , Alexey Proskuryakov wrote: On Jul 12, 2008, at 1:07 AM, Stephanie Lewis wrote: Something else you can look at is running run-webkit-tests with the -- threaded flag. It runs with the test multiple javascript threads. You can run that and see if it highlights any

[webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Refstrup, Jacob Grundtvig
Hi, Has anyone looked into making run-webkit-tests run faster by taking advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x dual core and I think it'd do just fine in running 4-8 tests simultaneously. If there's no such work then I might start poking around. - Jacob

Re: [webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Darin Adler
On Jul 10, 2008, at 5:11 PM, Refstrup, Jacob Grundtvig wrote: Has anyone looked into making run-webkit-tests run faster by taking advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x dual core and I think it'd do just fine in running 4-8 tests simultaneously. If there's no

Re: [webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Dan Bernstein
On Jul 10, 2008, at 5:11 PM, Refstrup, Jacob Grundtvig wrote: Hi, Has anyone looked into making run-webkit-tests run faster by taking advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x dual core and I think it'd do just fine in running 4-8 tests simultaneously. If