Re: CFS: some bad numbers with Java/database threading

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Satyam Sharma
Date: Friday, September 14, 2007 - 3:06 am

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
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
CFS: some bad numbers with Java/database threading, Antoine Martin, (Wed Sep 12, 4:10 pm)
Re: some bad numbers with Java/database threading, Nick Piggin, (Wed Sep 12, 4:33 pm)
RE: some bad numbers with Java/database threading, David Schwartz, (Thu Sep 13, 12:18 am)
Re: CFS: some bad numbers with Java/database threading, Ingo Molnar, (Thu Sep 13, 4:24 am)
Re: some bad numbers with Java/database threading, Antoine Martin, (Thu Sep 13, 12:02 pm)
RE: some bad numbers with Java/database threading, David Schwartz, (Thu Sep 13, 2:47 pm)
Re: CFS: some bad numbers with Java/database threading, Ingo Molnar, (Fri Sep 14, 1:32 am)
Re: CFS: some bad numbers with Java/database threading, Satyam Sharma, (Fri Sep 14, 3:06 am)
Re: CFS: some bad numbers with Java/database threading, Satyam Sharma, (Fri Sep 14, 9:01 am)
Re: CFS: some bad numbers with Java/database threading, Satyam Sharma, (Fri Sep 14, 9:08 am)
Re: CFS: some bad numbers with Java/database threading, Antoine Martin, (Mon Sep 17, 5:17 am)
Re: CFS: new java yield graphs, Antoine Martin, (Tue Sep 25, 6:46 pm)
Re: CFS: new java yield graphs, Ingo Molnar, (Thu Sep 27, 1:35 am)