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

Termination and Self-Verification in ForkJoin Actor Creation and Throughput. #2

Open
smarr opened this issue Aug 5, 2015 · 0 comments

Comments

@smarr
Copy link

smarr commented Aug 5, 2015

These two benchmarks do currently not do self-verification beside checking the results of the computation, which is there to avoid dead-code elimination.

Furthermore these two benchmarks rely (like many others) on the availability of .awaitTermination() in most incarnations. I saw in the Habanero versions the use of finish() instead.

In my version I went with returning promises with the computation result or the number of messages processed.
However, that changes the benchmark quite a bit, so I wonder whether it is an acceptable solution.

See smarr/SOMns-corelib@e2cc695 and smarr/SOMns-corelib@6d0d97e

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

No branches or pull requests

1 participant