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

Make the html cleaning for microdata faster #123

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jakubwasikowski
Copy link
Contributor

@jakubwasikowski jakubwasikowski commented Aug 2, 2019

Hey @kmike!
Here is a small tweak to the #119.

However, according to my recent performance tests, the code from #119 doesn't affect performance and the code from this PR doesn't improve anything, so from my point of view, we may just close it.

Re technicals - it turned out that we can clean HTML just a single time, but without cleaning and tags.

@jakubwasikowski jakubwasikowski self-assigned this Aug 2, 2019
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

Merging #123 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   87.78%   87.73%   -0.06%     
==========================================
  Files          11       11              
  Lines         475      473       -2     
  Branches      103      103              
==========================================
- Hits          417      415       -2     
  Misses         52       52              
  Partials        6        6
Impacted Files Coverage Δ
extruct/w3cmicrodata.py 99.13% <100%> (-0.02%) ⬇️

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 8683981...d8c03b7. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

Merging #123 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   87.78%   87.73%   -0.06%     
==========================================
  Files          11       11              
  Lines         475      473       -2     
  Branches      103      103              
==========================================
- Hits          417      415       -2     
  Misses         52       52              
  Partials        6        6
Impacted Files Coverage Δ
extruct/w3cmicrodata.py 99.13% <100%> (-0.02%) ⬇️

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 8683981...d8c03b7. Read the comment docs.

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.

None yet

1 participant