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

Benchmark and optimization #223

Merged
merged 3 commits into from
Oct 5, 2022
Merged

Benchmark and optimization #223

merged 3 commits into from
Oct 5, 2022

Conversation

ZigRazor
Copy link
Owner

@ZigRazor ZigRazor commented Oct 4, 2022

Benchmark for all Algorithm.
Fix #80
Fix #222

commit 83f90d5ba5856f695cba8c764c8e021ad42ec2fc
Author: ZigRazor <zigrazor@gmail.com>
Date:   Fri Sep 9 09:47:48 2022 +0000

    Include Correction

    Signed-off-by: ZigRazor <zigrazor@gmail.com>

commit f5321cd473949c6fabb3bc7aae5e02cf60515793
Author: ZigRazor <zigrazor@gmail.com>
Date:   Fri Sep 9 09:44:03 2022 +0000

    Removed large file storage

    Signed-off-by: ZigRazor <zigrazor@gmail.com>

commit 21a91340546b289d33558325d31b29de4ede7d5b
Author: ZigRazor <zigrazor@gmail.com>
Date:   Fri Sep 9 09:36:37 2022 +0000

    Added git large files storage (lfs) for dataset

    Signed-off-by: ZigRazor <zigrazor@gmail.com>

commit d0b1c64710b7aca9c4dbb352b71e5f489e08c744
Author: ZigRazor <zigrazor@gmail.com>
Date:   Fri Sep 9 09:30:25 2022 +0000

    Upgraded Node Constructor
    Added Unordered_Set for NodeSet

    Signed-off-by: ZigRazor <zigrazor@gmail.com>

Signed-off-by: ZigRazor <zigrazor@gmail.com>
Signed-off-by: ZigRazor <zigrazor@gmail.com>
@ZigRazor ZigRazor added enhancement New feature or request test Something about test labels Oct 4, 2022
@github-actions github-actions bot added the core something about core label Oct 4, 2022
@ghost
Copy link

ghost commented Oct 4, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@ZigRazor ZigRazor self-assigned this Oct 4, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #223 (fee9f8a) into master (1235fd0) will decrease coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
- Coverage   97.12%   96.96%   -0.16%     
==========================================
  Files          45       45              
  Lines        5257     5246      -11     
==========================================
- Hits         5106     5087      -19     
- Misses        151      159       +8     
Flag Coverage Δ
unittests 96.96% <100.00%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/Partitioning/Partition.hpp 80.00% <ø> (ø)
include/Graph/Graph.hpp 93.26% <100.00%> (ø)
include/Node/Node.hpp 100.00% <100.00%> (ø)
include/Partitioning/EBV.hpp 85.07% <100.00%> (-2.99%) ⬇️
include/Partitioning/Partitioner.hpp 100.00% <100.00%> (ø)
test/BFSTest.cpp 100.00% <100.00%> (ø)
test/BellmanFordTest.cpp 100.00% <100.00%> (ø)
test/BoruvkaTest.cpp 100.00% <100.00%> (ø)
test/ConnectivityTest.cpp 100.00% <100.00%> (ø)
test/CycleCheckTest.cpp 100.00% <100.00%> (ø)
... and 18 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ZigRazor ZigRazor merged commit d9f9d59 into master Oct 5, 2022
@ZigRazor ZigRazor deleted the benchmark_and_optimization branch October 5, 2022 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core enhancement New feature or request test Something about test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

May I ask what the reason for the sha512 hash is here? Add Benchmark for Bellman-Ford Algorithm
2 participants