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

Add direct executor in non-concurrent case #151

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

devinrsmith
Copy link
Member

This allows us to perform the operations on thread as opposed to submitting to a single-threaded executor.

Additionally, breaks apart the Deephaven benchmarks into concurrent and non-concurrent versions.

This allows us to perform the operations on thread as opposed to submitting to a single-threaded executor.

Additionally, breaks apart the Deephaven benchmarks into concurrent and non-concurrent versions.
@devinrsmith devinrsmith requested a review from kosak October 26, 2023 19:44
@devinrsmith devinrsmith self-assigned this Oct 26, 2023
@devinrsmith devinrsmith merged commit 12cd517 into deephaven:main Oct 27, 2023
3 checks passed
@devinrsmith devinrsmith deleted the single-threaded-benchmarks branch October 27, 2023 16:55
@github-actions github-actions bot locked and limited conversation to collaborators Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants