Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bench: created initial benchmarks against Anvil #460

Merged
merged 8 commits into from
Aug 23, 2023
Merged

Conversation

Autoparallel
Copy link
Collaborator

Give an overview of the tasks completed
Created a benches/ crate that tests the speed difference between Arbiter and Anvil over a few different scenarios. Added the output to the README.

Link to issue(s) that this PR closes
Closes #440

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #460 (dd4111c) into main (81bfd85) will increase coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #460      +/-   ##
==========================================
+ Coverage   58.00%   58.02%   +0.01%     
==========================================
  Files          10       10              
  Lines        3022     3023       +1     
==========================================
+ Hits         1753     1754       +1     
  Misses       1269     1269              
Files Changed Coverage Δ
arbiter-core/src/middleware.rs 84.56% <100.00%> (+0.04%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Autoparallel Autoparallel merged commit 648fce2 into main Aug 23, 2023
@Autoparallel Autoparallel deleted the benchmarks branch August 28, 2023 16:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bench: run comparisons against other programs
2 participants