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

Added a MultiPardardigmBench #353

Merged
merged 1 commit into from May 11, 2020
Merged

Added a MultiPardardigmBench #353

merged 1 commit into from May 11, 2020

Conversation

smarr
Copy link
Owner

@smarr smarr commented Apr 28, 2020

This is based on the KomposBench.

The application is changed to record the sales for the fruits over time. The DataStorage actor, interfacing with a legacy system, uses transactions, to store the data.

The reporting actor is replaced by a forecast actor and uses a simple linear regression to forecast future sales. Each product is forecasted in parallel using f/j tasks, results are stored in an array, using a lock. It’s not really racy, but, well, it’s a demo…

@daumayr Does this look suitable for you?

This is based on the KomposBench.

The application is changed to record the sales for the fruits over time. The DataStorage actor, interfacing with a legacy system, uses transactions, to store the data.

The reporting actor is replaced by a forecast actor and uses a simple linear regression to forecast future sales. Each product is forecasted in parallel using f/j tasks, results are stored in an array, using a lock. It’s not really racy, but, well, it’s a demo…

Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added this to the v0.8.0 milestone May 11, 2020
@smarr smarr added this to To Do in Actor Record & Replay via automation May 11, 2020
@smarr smarr merged commit 8a562d5 into dev May 11, 2020
Actor Record & Replay automation moved this from To Do to Done May 11, 2020
@smarr smarr deleted the multi-paradigm-bench branch May 11, 2020 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant