aronisstav / Concuerror

OFFICIAL REPOSITORY MOVED:
https://github.com/parapluu/Concuerror
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Pre-spawn a number of processes #37

Closed aronisstav closed 6 years ago

aronisstav commented 6 years ago

Summary

This is a step towards the parallelisation. Parallel schedulers will be running on slave nodes and use the spawner to ensure that the local pids are identical.

Fixes #4.

Checklist

codecov-io commented 6 years ago

Codecov Report

Merging #37 into parallel will decrease coverage by 0.34%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           parallel      #37      +/-   ##
============================================
- Coverage     93.53%   93.19%   -0.35%     
============================================
  Files            11       12       +1     
  Lines          3373     3410      +37     
============================================
+ Hits           3155     3178      +23     
- Misses          218      232      +14
Impacted Files Coverage Δ
src/concuerror_options.erl 97.83% <ø> (ø) :arrow_up:
src/concuerror_process_spawner.erl 100% <100%> (ø)
src/concuerror_callback.erl 92.53% <100%> (+0.01%) :arrow_up:
src/concuerror_logger.erl 92.23% <0%> (-2.97%) :arrow_down:
src/concuerror_estimator.erl 80.58% <0%> (-0.98%) :arrow_down:

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 c693c54...b9f7215. Read the comment docs.