Skip to content

Make the html cleaning for microdata faster #123

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

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
@jakubwasikowski jakubwasikowski requested a review from kmike August 2, 2019 08:12
@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.

# 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.

1 participant