-
Notifications
You must be signed in to change notification settings - Fork 2
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
More benchmarks #52
base: develop
Are you sure you want to change the base?
More benchmarks #52
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #52 +/- ##
===========================================
+ Coverage 61.73% 62.75% +1.01%
===========================================
Files 23 23
Lines 1725 1893 +168
Branches 468 507 +39
===========================================
+ Hits 1065 1188 +123
- Misses 224 226 +2
- Partials 436 479 +43
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #52 +/- ##
========================================
Coverage 62.75% 62.75%
========================================
Files 23 23
Lines 1893 1893
Branches 507 507
========================================
Hits 1188 1188
Misses 226 226
Partials 479 479
Continue to review full report at Codecov.
|
Code Climate has analyzed commit 5550011 and detected 0 issues on this pull request. View more on Code Climate. |
I also want to benchmark our throughput when using a work stealing threadpool, we could look at how tokio benchmarks this and do something similar |
I wonder why don't you use |
We did indeed try We'll likely run some benchmarks to compare performance. |
No description provided.