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

[async] Improve benchmarks #2005

Merged
merged 14 commits into from
Oct 31, 2020
Merged

Conversation

yuanming-hu
Copy link
Member

@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #2005 into master will increase coverage by 0.94%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2005      +/-   ##
==========================================
+ Coverage   42.57%   43.51%   +0.94%     
==========================================
  Files          45       45              
  Lines        6474     6264     -210     
  Branches     1109     1109              
==========================================
- Hits         2756     2726      -30     
+ Misses       3544     3365     -179     
+ Partials      174      173       -1     
Impacted Files Coverage Δ
python/taichi/lang/__init__.py 40.57% <0.00%> (-0.33%) ⬇️
python/taichi/lang/ast_checker.py 70.58% <0.00%> (-1.64%) ⬇️
python/taichi/testing.py 75.00% <0.00%> (-0.72%) ⬇️
python/taichi/lang/linalg.py 89.33% <0.00%> (-0.67%) ⬇️
python/taichi/misc/util.py 20.54% <0.00%> (-0.21%) ⬇️
python/taichi/misc/task.py 0.00% <0.00%> (ø)
python/taichi/tools/patterns.py 0.00% <0.00%> (ø)
python/taichi/lang/kernel.py 73.00% <0.00%> (+0.16%) ⬆️
python/taichi/misc/gui.py 8.89% <0.00%> (+0.18%) ⬆️
... and 9 more

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 d5a00ce...b6ee7c0. Read the comment docs.

@yuanming-hu yuanming-hu requested a review from k-ye October 30, 2020 14:03
Copy link
Member

@k-ye k-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!!

@yuanming-hu yuanming-hu merged commit 27ef7de into taichi-dev:master Oct 31, 2020
@yuanming-hu yuanming-hu deleted the asyncbench branch October 31, 2020 04:58
@yuanming-hu yuanming-hu mentioned this pull request Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants