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

Increased parallelization #2005

Merged
merged 97 commits into from
Sep 3, 2023
Merged

Increased parallelization #2005

merged 97 commits into from
Sep 3, 2023

Conversation

andrewdavidmackenzie
Copy link
Owner

Fixes #1996

andrewdavidmackenzie and others added 26 commits August 22, 2023 09:52
…est failures in matrix_mult and sequence of sequences
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.23 to 4.3.24.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.23...v4.3.24)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.185 to 1.0.186.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.185...v1.0.186)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage: 93% and project coverage change: +1% 🎉

Comparison is base (ec67a07) 84% compared to head (ebe8556) 84%.
Report is 10 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2005   +/-   ##
======================================
+ Coverage      84%     84%   +1%     
======================================
  Files         151     152    +1     
  Lines       18563   18597   +34     
======================================
+ Hits        15580   15616   +36     
+ Misses       2983    2981    -2     
Files Changed Coverage Δ
flowr/src/bin/flowrcli/cli/cli_client.rs 87% <0%> (-<1%) ⬇️
flowr/src/bin/flowrgui/main.rs 2% <0%> (+1%) ⬆️
flowstdlib/src/lib.rs 100% <ø> (ø)
flowstdlib/src/math/range.rs 100% <ø> (ø)
flowstdlib/src/math/sequence.rs 100% <ø> (ø)
flowr/src/lib/coordinator.rs 85% <71%> (+4%) ⬆️
flowc/src/bin/flowc/lib_build.rs 91% <90%> (-<1%) ⬇️
flowr/src/lib/run_state.rs 96% <97%> (-<1%) ⬇️
flowstdlib/src/matrix/multiply_row/multiply_row.rs 98% <98%> (ø)
...stdlib/src/matrix/compose_matrix/compose_matrix.rs 99% <99%> (ø)
... and 11 more

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dependabot bot and others added 3 commits August 28, 2023 09:44
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v12.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.186 to 1.0.188.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.186...v1.0.188)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@andrewdavidmackenzie
Copy link
Owner Author

increased the max number of jobs in parallel for mandlebrot example from 4 to 48

@andrewdavidmackenzie andrewdavidmackenzie merged commit 8ff27d8 into master Sep 3, 2023
6 checks passed
@andrewdavidmackenzie andrewdavidmackenzie deleted the flow-1996 branch September 3, 2023 15:41
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

Successfully merging this pull request may close these issues.

Parallelization checks
1 participant