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

refactor(parser): simplify grammar rules for list elements #1033

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jun 3, 2022

Signed-off-by: Xavier Coulon xcoulon@redhat.com

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #1033 (ded850d) into master (dbd31ea) will decrease coverage by 0.00%.
The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master    #1033      +/-   ##
==========================================
- Coverage   80.29%   80.29%   -0.01%     
==========================================
  Files          86       86              
  Lines        7019     7038      +19     
==========================================
+ Hits         5636     5651      +15     
- Misses        861      864       +3     
- Partials      522      523       +1     

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

Comparing with master branch:

name                                          old time/op    new time/op    delta
RealDocumentProcessing/demo.adoc-2              23.6ms ± 1%    23.4ms ± 0%   ~     (p=0.075 n=10+10)
RealDocumentProcessing/vertx-examples.adoc-2    68.8ms ± 1%    69.5ms ± 3%   ~     (p=0.393 n=10+10)
RealDocumentProcessing/mocking.adoc-2           67.0ms ± 1%    67.5ms ± 3%   ~     (p=0.863 n=9+9)

name                                          old alloc/op   new alloc/op   delta
RealDocumentProcessing/demo.adoc-2              9.72MB ± 0%    9.72MB ± 0%   ~     (p=0.827 n=10+9)
RealDocumentProcessing/vertx-examples.adoc-2    27.0MB ± 0%    27.0MB ± 0%   ~     (p=0.297 n=9+9)
RealDocumentProcessing/mocking.adoc-2           22.7MB ± 0%    22.7MB ± 0%   ~     (p=0.971 n=10+10)

name                                          old allocs/op  new allocs/op  delta
RealDocumentProcessing/demo.adoc-2                121k ± 0%      121k ± 0%   ~     (p=0.650 n=10+10)
RealDocumentProcessing/vertx-examples.adoc-2      351k ± 0%      351k ± 0%   ~     (p=0.094 n=10+10)
RealDocumentProcessing/mocking.adoc-2             348k ± 0%      348k ± 0%   ~     (p=0.464 n=10+10)

Comparing with latest release:

name                                          old time/op    new time/op    delta
RealDocumentProcessing/demo.adoc-2              23.6ms ± 1%    16.9ms ± 1%  -28.31%  (p=0.000 n=10+9)
RealDocumentProcessing/vertx-examples.adoc-2    68.8ms ± 1%    47.9ms ± 1%  -30.39%  (p=0.000 n=10+10)
RealDocumentProcessing/mocking.adoc-2           67.0ms ± 1%    47.1ms ± 1%  -29.76%  (p=0.000 n=9+10)

name                                          old alloc/op   new alloc/op   delta
RealDocumentProcessing/demo.adoc-2              9.72MB ± 0%    8.85MB ± 0%   -8.91%  (p=0.000 n=10+10)
RealDocumentProcessing/vertx-examples.adoc-2    27.0MB ± 0%    24.0MB ± 0%  -11.24%  (p=0.000 n=9+10)
RealDocumentProcessing/mocking.adoc-2           22.7MB ± 0%    21.6MB ± 0%   -4.73%  (p=0.000 n=10+10)

name                                          old allocs/op  new allocs/op  delta
RealDocumentProcessing/demo.adoc-2                121k ± 0%      106k ± 0%  -11.88%  (p=0.000 n=10+8)
RealDocumentProcessing/vertx-examples.adoc-2      351k ± 0%      305k ± 0%  -13.11%  (p=0.000 n=10+10)
RealDocumentProcessing/mocking.adoc-2             348k ± 0%      326k ± 0%   -6.11%  (p=0.000 n=10+10)

@xcoulon xcoulon merged commit cd41d73 into bytesparadise:master Jun 3, 2022
@xcoulon xcoulon deleted the simplify_list_rules branch June 3, 2022 06:09
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.

1 participant