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

Move include/exclude from ci to parser #1059

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Move include/exclude from ci to parser #1059

merged 1 commit into from
Aug 8, 2024

Conversation

prymitive
Copy link
Collaborator

Fixes #631

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This pull request was validated by pint.

✔️ No problems found

Stats

Stat Value
Version v0.63.0-10-ga41b5f2
Number of rules parsed 4
Number of rules checked 0
Number of problems found 0
Number of offline checks 0
Number of online checks 0
Checks duration 0

Problems

No problems reported

Copy link

github-actions bot commented Aug 8, 2024

Benchmark diff:

goos: linux
goarch: amd64
pkg: github.com/cloudflare/pint/cmd/pint
cpu: AMD EPYC 7763 64-Core Processor                
              │   old.txt   │              new.txt               │
              │   sec/op    │   sec/op     vs base               │
FindEntries-4   38.14m ± 1%   38.29m ± 4%       ~ (p=0.123 n=10)
CheckRules-4     8.519 ± 2%    8.491 ± 2%       ~ (p=0.631 n=10)
geomean         570.0m        570.2m       +0.04%

              │   old.txt    │               new.txt               │
              │     B/op     │     B/op      vs base               │
FindEntries-4   27.39Mi ± 0%   27.39Mi ± 0%       ~ (p=0.315 n=10)
CheckRules-4    942.4Mi ± 0%   943.7Mi ± 0%  +0.14% (p=0.004 n=10)
geomean         160.6Mi        160.8Mi       +0.07%

              │   old.txt   │              new.txt               │
              │  allocs/op  │  allocs/op   vs base               │
FindEntries-4   131.6k ± 0%   131.6k ± 0%       ~ (p=0.460 n=10)
CheckRules-4    13.98M ± 0%   13.99M ± 0%  +0.07% (p=0.002 n=10)
geomean         1.356M        1.357M       +0.03%

@prymitive prymitive merged commit c095cda into main Aug 8, 2024
20 checks passed
@prymitive prymitive deleted the issue-631 branch August 8, 2024 16:31
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.

add include and exclude option in pint lint
1 participant