APLA-Toolbox / pymapf

📍🗺️ A Python library for Multi-Agents Planning and Pathfinding (Centralized and Decentralized)
MIT License
67 stars 11 forks source link

add benchmark scripts #16

Closed guilyx closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #16 (9f2fc4d) into main (13871ce) will increase coverage by 0.64%. The diff coverage is 22.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   42.05%   42.69%   +0.64%     
==========================================
  Files          13       12       -1     
  Lines         535      534       -1     
==========================================
+ Hits          225      228       +3     
+ Misses        310      306       -4     
Impacted Files Coverage Δ
pymapf/decentralized/velocity_obstacle.py 38.53% <14.28%> (-0.15%) :arrow_down:
pymapf/decentralized/nmpc.py 40.00% <16.66%> (+1.20%) :arrow_up:
pymapf/decentralized/nmpc_agent.py 33.66% <25.00%> (-0.02%) :arrow_down:
pymapf/decentralized/velocity_agent.py 17.96% <40.00%> (+0.89%) :arrow_up:
setup.py

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 e756372...9f2fc4d. Read the comment docs.