Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Philosophers - clusters in iteration execution time #202

Open
axel22 opened this issue Sep 17, 2019 · 3 comments
Open

Philosophers - clusters in iteration execution time #202

axel22 opened this issue Sep 17, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@axel22
Copy link
Member

axel22 commented Sep 17, 2019

Here are some warmup curves related to the philosophers benchmark:

screenshot-17-51-16

We should potentially investigate reasons for this - which might be that the CameraThread is doing a different number of iterations depending on the timing.

@axel22 axel22 added the enhancement New feature or request label Sep 17, 2019
@axel22
Copy link
Member Author

axel22 commented Sep 17, 2019

cc @ceresek

@Theodor
Copy link

Theodor commented Sep 19, 2019

I wonder what amount of threads (==philosophers) are these graphs for?

@ceresek
Copy link
Collaborator

ceresek commented Sep 20, 2019

This was measured on Xeon E5-2620 v4 with hyperthreading turned off, so the JVM saw 8 processors, which is the default philosopher count for the benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants