Hi Antoine, Ingo,
On 9/14/07, Ingo Molnar <mingo@elte.hu> wrote:
Hmm, I know diddly about Java, and I don't want to preempt Antoine's next
test, but I noticed that he uses Thread.sleep() in his testcode and not the
Thread.yield() so it would be interesting if Antoine can test with this patch
and report if something shows up ...
On 9/13/07, Antoine Martin <antoine@nagafix.co.uk> wrote:
This is an interesting data point, IMHO ... considering these tests are long,
I suspect you ran them only once each per kernel. So I wonder how reliable
that -rc3 testpoint is. If this oddity is reproducible, it would be great if you
could git-bisect:
1. between 23-rc1 and 23-rc3, and find out which commit led to the
improvement in performance, and,
2. between 23-rc3 and 23-rc6, and find out which commit brought down
the numbers again.
[ http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html,
git-bisect is easy and amazingly helpful on certain occasions. ]
Don't know much about CFS either, but does that constant "10 ms" sleep
somehow lead to evil synchronization issues between the test threads?
Does randomizing that time (say from 2-20 ms) lead to different numbers?
Thanks,
Satyam
-