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

Introduce actor based concurrent conversion #71

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

Conversation

ckittl
Copy link
Member

@ckittl ckittl commented Aug 26, 2021

Resolves #19

@ckittl ckittl added the enhancement New feature or request label Aug 26, 2021
@ckittl ckittl self-assigned this Aug 26, 2021
@ckittl ckittl marked this pull request as draft August 26, 2021 12:21
@codecov
Copy link

codecov bot commented Aug 26, 2021

Codecov Report

Merging #71 (e74b2c9) into main (4a3213d) will decrease coverage by 2.61%.
The diff coverage is n/a.

❗ Current head e74b2c9 differs from pull request most recent head 232179e. Consider uploading reports for the commit 232179e to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
- Coverage   62.21%   59.60%   -2.62%     
==========================================
  Files          69       72       +3     
  Lines        1985     2072      +87     
  Branches       14       15       +1     
==========================================
  Hits         1235     1235              
- Misses        750      837      +87     
Impacted Files Coverage Δ
...main/scala/edu/ie3/simbench/main/RunSimbench.scala 0.00% <0.00%> (ø)
...ain/scala/edu/ie3/simbench/actor/Coordinator.scala 0.00% <0.00%> (ø)
...rc/main/scala/edu/ie3/simbench/actor/Mutator.scala 0.00% <0.00%> (ø)
.../main/scala/edu/ie3/simbench/actor/Converter.scala 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a3213d...232179e. Read the comment docs.

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

Successfully merging this pull request may close these issues.

Implement concurrency strategy
1 participant